Skip to content

Commit bd0c670

Browse files
committed
Update full.css
1 parent b7e34f2 commit bd0c670

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

full.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)