Skip to content

Commit 1980b21

Browse files
committed
Update full.css
1 parent 7122449 commit 1980b21

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

full.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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: 64px;
1641-
left: 222px;
1640+
top: 20px;
1641+
left: 20px;
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, 0px));
16481647
pointer-events: none;
16491648
transition: 0s .18s, .18s var(--bounce-function) opacity;
16501649
opacity: 0;
@@ -1668,6 +1667,8 @@ body.mobile .sidebar .button {
16681667
body.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

16731674
body:not(.mobile) .menu::-webkit-scrollbar {

0 commit comments

Comments
 (0)