Skip to content

Commit 30a5d31

Browse files
committed
Update full.css
1 parent d17fce1 commit 30a5d31

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

full.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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: 2px;
1819+
padding: 9px;
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(227deg 11% 16% / 40%);
18731874
width: calc(var(--sidebar-width) - 1px);
18741875
opacity: 0;
18751876
transition: .18s var(--bounce-function);

0 commit comments

Comments
 (0)