File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1555,12 +1555,6 @@ input:checked + .toggle-slider::before {
15551555 transform : translateX (calc (-1 * var (--sidebar-width ) * 0.8 ));
15561556}
15571557
1558- /* RTL: Flip horizontal layouts */
1559- [dir = "rtl" ] .header-left ,
1560- [dir = "rtl" ] .header-right {
1561- /*flex-direction: row-reverse;*/
1562- }
1563-
15641558/* RTL: Editor tools */
15651559[dir = "rtl" ] .editor-tools {
15661560 flex-direction : row-reverse;
@@ -1629,12 +1623,6 @@ input:checked + .toggle-slider::before {
16291623 direction : ltr;
16301624}
16311625
1632- /* RTL: Header level pill margin */
1633- [dir = "rtl" ] .header-level-pill {
1634- margin-left : var (--spacing-sm );
1635- margin-right : 0 ;
1636- }
1637-
16381626/* RTL: Swap left/right panels */
16391627[dir = "rtl" ] .game-layout {
16401628 flex-direction : row-reverse;
@@ -1714,11 +1702,6 @@ input:checked + .toggle-slider::before {
17141702 margin-left : 8px ;
17151703}
17161704
1717- /* RTL: Setting row */
1718- [dir = "rtl" ] .setting-row {
1719- /*flex-direction: row-reverse;*/
1720- }
1721-
17221705[dir = "rtl" ] .preview-controls {
17231706 flex-direction : row-reverse;
17241707}
You can’t perform that action at this time.
0 commit comments