cleanup: remove commented out and duplicate RTL code

This commit is contained in:
2026-01-14 20:25:41 +01:00
parent 99380cb9ce
commit a4563638a0

View File

@@ -1555,12 +1555,6 @@ input:checked + .toggle-slider::before {
transform: translateX(calc(-1 * var(--sidebar-width) * 0.8));
}
/* RTL: Flip horizontal layouts */
[dir="rtl"] .header-left,
[dir="rtl"] .header-right {
/*flex-direction: row-reverse;*/
}
/* RTL: Editor tools */
[dir="rtl"] .editor-tools {
flex-direction: row-reverse;
@@ -1629,12 +1623,6 @@ input:checked + .toggle-slider::before {
direction: ltr;
}
/* RTL: Header level pill margin */
[dir="rtl"] .header-level-pill {
margin-left: var(--spacing-sm);
margin-right: 0;
}
/* RTL: Swap left/right panels */
[dir="rtl"] .game-layout {
flex-direction: row-reverse;
@@ -1714,11 +1702,6 @@ input:checked + .toggle-slider::before {
margin-left: 8px;
}
/* RTL: Setting row */
[dir="rtl"] .setting-row {
/*flex-direction: row-reverse;*/
}
[dir="rtl"] .preview-controls {
flex-direction: row-reverse;
}