diff --git a/CosyDiscord b/CosyDiscord index cd6a346..d813222 100644 --- a/CosyDiscord +++ b/CosyDiscord @@ -5,9 +5,9 @@ */ @import url(https://plusinsta.github.io/discord-plus/src/DiscordPlus-source.theme.css); -/* Set overall layout direction to RTL */ -html { - direction: rtl; +/* Apply RTL globally */ +html, body { + direction: rtl; } /* Example: Use CSS logical properties for margins and paddings to auto-adjust for RTL/LTR */