File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1637,14 +1637,13 @@ body.mobile .sidebar .button {
16371637 line-height : 1.5 ;
16381638 margin-top : 4.5px ;
16391639 transform : translateY (-7px );
1640- top : 64 px ;
1641- left : 222 px ;
1640+ top : 20 px ;
1641+ left : 20 px ;
16421642 /* right: 20px; */
16431643 padding : 2px ;
1644- min-width : 170px ;
1645- min-width : 135px ;
1644+ min-width : 136px ;
16461645 max-width : 375px ;
1647- max-height : calc (100vh - 80px - 6px - env (safe-area-inset-bottom));
1646+ max-height : calc (100vh - 80px - 6px - env (safe-area-inset-bottom, 0 px ));
16481647 pointer-events : none;
16491648 transition : 0s .18s , .18s var (--bounce-function ) opacity;
16501649 opacity : 0 ;
@@ -1668,6 +1667,8 @@ body.mobile .sidebar .button {
16681667body .mobile .menu {
16691668 padding : 0 ;
16701669 min-width : 150px ;
1670+ max-width : 389px ;
1671+ max-height : calc (100vh - 80px - 6px - env (safe-area-inset-bottom, 0px ) + 7px * 2 );
16711672}
16721673
16731674body : not (.mobile ) .menu ::-webkit-scrollbar {
You can’t perform that action at this time.
0 commit comments