set mobile menu width and height
This commit is contained in:
+5
-4
@@ -628,13 +628,14 @@ button:active, .button-primary:active, .logo:active {
|
|||||||
|
|
||||||
.mobile-menu {
|
.mobile-menu {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 6.5rem;
|
top: 7rem;
|
||||||
right: 1rem;
|
right: 1rem;
|
||||||
bottom: 1rem;
|
|
||||||
left: 1rem;
|
left: 1rem;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 24rem;
|
max-width: none;
|
||||||
margin-inline: auto;
|
max-height: calc(100dvh - 7.5rem);
|
||||||
|
overflow-y: auto;
|
||||||
|
margin-inline: 0;
|
||||||
background: var(--panel);
|
background: var(--panel);
|
||||||
backdrop-filter: blur(16px);
|
backdrop-filter: blur(16px);
|
||||||
-webkit-backdrop-filter: blur(16px);
|
-webkit-backdrop-filter: blur(16px);
|
||||||
|
|||||||
Reference in New Issue
Block a user