Skip to content

Commit aebb3f2

Browse files
committed
fix(rtl): orientation and direction of elements in the sidebar
1 parent 96f2ec1 commit aebb3f2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/main.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@ input:checked + .toggle-slider::before {
15581558
/* RTL: Flip horizontal layouts */
15591559
[dir="rtl"] .header-left,
15601560
[dir="rtl"] .header-right {
1561-
flex-direction: row-reverse;
1561+
/*flex-direction: row-reverse;*/
15621562
}
15631563

15641564
/* RTL: Editor tools */
@@ -1716,10 +1716,9 @@ input:checked + .toggle-slider::before {
17161716

17171717
/* RTL: Setting row */
17181718
[dir="rtl"] .setting-row {
1719-
flex-direction: row-reverse;
1719+
/*flex-direction: row-reverse;*/
17201720
}
17211721

1722-
/* RTL: Preview controls */
17231722
[dir="rtl"] .preview-controls {
17241723
flex-direction: row-reverse;
17251724
}

0 commit comments

Comments
 (0)