File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -394,12 +394,6 @@ body:not(.mobile) .live-view {
394394 color : # d4d5d7 ;
395395 border-radius : 0 500px 500px 0 ;
396396 padding : 7px 10px ;
397- transform : translateX (0 );
398- left : -45px ;
399- will-change : transform;
400- transition : .18s var (--ease-function ),
401- .4s var (--cubic-function ) transform,
402- .4s var (--cubic-function ) padding, 0s bottom;
403397 border : 1px solid transparent;
404398 border-left : 0 ;
405399 z-index : 999 ;
@@ -446,6 +440,14 @@ body.notransition :is(.sidebar-toggle, .sidebar-toggle *) {
446440 opacity : .72 ;
447441}
448442
443+ .sidebar-toggle {
444+ left : -45px ;
445+ will-change : transform;
446+ transition : .18s var (--ease-function ),
447+ .4s var (--cubic-function ) transform,
448+ .4s var (--cubic-function ) padding, 0s bottom;
449+ }
450+
449451.sidebar-toggle svg path {
450452 transition : .4s var (--cubic-function );
451453}
You can’t perform that action at this time.
0 commit comments