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.
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.