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 d5138b9 commit 9154750Copy full SHA for 9154750
_sass/base/_rtl.scss
@@ -16,7 +16,6 @@ html[dir='rtl'] {
16
#sidebar {
17
left: auto;
18
right: 0;
19
-
20
border-right: none;
21
border-left: 1px solid var(--sidebar-border-color);
22
@@ -135,6 +134,7 @@ html[dir='rtl'] {
135
134
div {
136
margin-right: 0 !important;
137
}
+
138
i {
139
&:not(:first-child) {
140
margin-left: 0;
@@ -154,7 +154,6 @@ html[dir='rtl'] {
154
section {
155
padding-left: 0;
156
padding-right: 1rem;
157
158
border-left: none;
159
border-right: 1px solid var(--main-border-color);
160
@@ -346,8 +345,7 @@ html[dir='rtl'] {
346
345
347
348
ul {
349
- padding-inline-start: 0;
350
- padding-inline-end: 1.75rem;
+ padding-inline: 0 1.75rem;
351
352
353
0 commit comments