File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1792,7 +1792,8 @@ body:not(.mobile) .live-view-menu {
17921792 align-items : center;
17931793 justify-content : center;
17941794 pointer-events : none;
1795- transform : scale (0.94 );
1795+ transform : scale (1.08 );
1796+ transform : scale (1.075 );
17961797 transform-origin : center;
17971798 transition : 0s .18s ;
17981799}
@@ -1815,7 +1816,7 @@ body.mobile .dialog-background {
18151816 border-radius : 11.5px ;
18161817 line-height : 1.5 ;
18171818 opacity : 0 ;
1818- padding : 2 px ;
1819+ padding : 9 px ;
18191820 transition : 0s .18s , .18s var (--bounce-function ) opacity;
18201821 min-width : 170px ;
18211822}
@@ -1869,7 +1870,7 @@ body:not(.mobile) .dialog .button:not(:active):hover {
18691870.dialog-background {
18701871 position : fixed;
18711872 inset : 0 ;
1872- background : rgba ( 0 , 0 , 0 , 0.85 );
1873+ background : hsl ( 227 deg 11 % 16 % / 40 % );
18731874 width : calc (var (--sidebar-width ) - 1px );
18741875 opacity : 0 ;
18751876 transition : .18s var (--bounce-function );
You can’t perform that action at this time.
0 commit comments