pengx17 / logseq-dev-theme

</> Logseq dev theme
https://pengx17.github.io/knowledge-garden/
MIT License
377 stars 65 forks source link

It does not support RTL #107

Open kareemel-sayed opened 1 month ago

kareemel-sayed commented 1 month ago

Thank you very much for this addition and for your great effort... But it does not support RTL please add it to us and you very much thank you

PixelTux commented 2 weeks ago

Hi @kareemel-sayed, I’m not an expert on RTL, but I wonder if other themes have this feature. I believe RTL support should be integrated into the app or offered as a specific plugin. Meanwhile, you might want to test this simple CSS tweak. Go to Settings -> General and edit custom.css an add:

#main-container {
    direction: rtl;
    text-align: right;
}

Please let me know if this helps!