fix(rtl): orientation and direction of elements in the sidebar

This commit is contained in:
2026-01-14 19:17:36 +01:00
parent bb96aa1d81
commit 53003888f1

View File

@@ -1558,7 +1558,7 @@ input:checked + .toggle-slider::before {
/* RTL: Flip horizontal layouts */ /* RTL: Flip horizontal layouts */
[dir="rtl"] .header-left, [dir="rtl"] .header-left,
[dir="rtl"] .header-right { [dir="rtl"] .header-right {
flex-direction: row-reverse; /*flex-direction: row-reverse;*/
} }
/* RTL: Editor tools */ /* RTL: Editor tools */
@@ -1716,10 +1716,9 @@ input:checked + .toggle-slider::before {
/* RTL: Setting row */ /* RTL: Setting row */
[dir="rtl"] .setting-row { [dir="rtl"] .setting-row {
flex-direction: row-reverse; /*flex-direction: row-reverse;*/
} }
/* RTL: Preview controls */
[dir="rtl"] .preview-controls { [dir="rtl"] .preview-controls {
flex-direction: row-reverse; flex-direction: row-reverse;
} }