File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -1689,21 +1689,20 @@ body.mobile .menu .icon a {
16891689 line-height : 1.5 ;
16901690 max-width : 200px ;
16911691 width : 194px ;
1692- z-index : 100000 ;
1693- padding : 2px ;
1694- transform : translate (-50% , -50% ) scale (0.94 );
1695- opacity : 0 ;
16961692 top : 50% ;
16971693 left : calc ((var (--sidebar-width ) - 1px ) / 2 );
1694+ opacity : 0 ;
1695+ padding : 2px ;
1696+ transform : translate (-50% , -50% ) scale (0.94 );
16981697 will-change : transform;
16991698 transition : 0s .18s , .18s var (--bounce-function ) opacity;
1700- opacity : 0 ;
1699+ z-index : 1000 ;
17011700}
17021701
1703- .dialog .shown {
1702+ .dialog .visible {
17041703 opacity : 1 ;
1705- transform : translate (-50% , -50% ) scale (1 );
17061704 padding : 7px ;
1705+ transform : translate (-50% , -50% ) scale (1 );
17071706 transition : .18s var (--bounce-function );
17081707}
17091708
@@ -1720,7 +1719,6 @@ body.mobile .menu .icon a {
17201719 padding : 8px 14px ;
17211720 border-radius : 5.75px ;
17221721 display : flex;
1723- align-items : center;
17241722 justify-content : center;
17251723 width : 50% ;
17261724}
You can’t perform that action at this time.
0 commit comments