We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180ba7c commit 51f2e2aCopy full SHA for 51f2e2a
frontend/src/index.css
@@ -1008,7 +1008,15 @@ does not extend the close button beyond the viewport. */
1008
}
1009
1010
1011
-[dir="rtl"] div.w-screen :nth-child(2).no-scroll {
+[dir="rtl"] div.w-screen :nth-child(2).bg-theme-bg-secondary {
1012
right: -18px;
1013
left: 14px;
1014
1015
+
1016
+[dir="rtl"] tr {
1017
+ text-align: right;
1018
+}
1019
1020
+[dir="rtl"] div:has(> a[aria-label="Find us on GitHub"]) {
1021
+ padding-left: 16px;
1022
0 commit comments