obahareth / notion-rtl

ARCHIVED - A Chrome extension to enable RTL support in https://notion.so
https://chrome.google.com/webstore/detail/notion-rtl/fflggojmgaedcocmholcdicoedgaabib
MIT License
60 stars 8 forks source link

Paddings and margins are broken #1

Closed obahareth closed 3 years ago

obahareth commented 4 years ago

Original Version

Screen Shot 2020-01-04 at 12 38 02 AM

RTL Version

main

If we compare the original and RTL versions, the paddings/margins are gone in the RTL version, probably because Notion uses a lot of *-left and *-right, we should probably replace them with *-start and *-end.