Update CosyDiscord

This commit is contained in:
u68467 2025-02-13 10:52:42 +01:00
parent 353fb8ef39
commit 9e4b4951ef

View File

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