Skip to content

Commit 51f2e2a

Browse files
committed
CSS RTL fix
1 parent 180ba7c commit 51f2e2a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

frontend/src/index.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,15 @@ does not extend the close button beyond the viewport. */
10081008
}
10091009

10101010

1011-
[dir="rtl"] div.w-screen :nth-child(2).no-scroll {
1011+
[dir="rtl"] div.w-screen :nth-child(2).bg-theme-bg-secondary {
10121012
right: -18px;
10131013
left: 14px;
10141014
}
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

Comments
 (0)