Skip to content

Convert the userstyle to use new CSS logical properties #76

Description

@nyxmidnight

Currently, the userstyle makes use of some physical CSS properties (top, bottom, left, right).

I want to change those to use flow-relative, logical properties (block-start, block-end, inline-start, inline-end).

This will enable the userstyle to work for languages that are written right-to-left (Arabic, Hebrew, etc.) and even potentially vertically tho I haven't checked if AO3 supports any vertical script.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions