cleanup: remove commented out and duplicate RTL code
This commit is contained in:
17
src/main.css
17
src/main.css
@@ -1555,12 +1555,6 @@ input:checked + .toggle-slider::before {
|
|||||||
transform: translateX(calc(-1 * var(--sidebar-width) * 0.8));
|
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 */
|
/* RTL: Editor tools */
|
||||||
[dir="rtl"] .editor-tools {
|
[dir="rtl"] .editor-tools {
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
@@ -1629,12 +1623,6 @@ input:checked + .toggle-slider::before {
|
|||||||
direction: ltr;
|
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 */
|
/* RTL: Swap left/right panels */
|
||||||
[dir="rtl"] .game-layout {
|
[dir="rtl"] .game-layout {
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
@@ -1714,11 +1702,6 @@ input:checked + .toggle-slider::before {
|
|||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* RTL: Setting row */
|
|
||||||
[dir="rtl"] .setting-row {
|
|
||||||
/*flex-direction: row-reverse;*/
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir="rtl"] .preview-controls {
|
[dir="rtl"] .preview-controls {
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user