From 9e4b4951ef61535230363ff50e4827f92626431e Mon Sep 17 00:00:00 2001 From: u68467 Date: Thu, 13 Feb 2025 10:52:42 +0100 Subject: [PATCH] Update CosyDiscord --- CosyDiscord | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */