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 {
|
||||
position: fixed;
|
||||
top: 6.5rem;
|
||||
top: 7rem;
|
||||
right: 1rem;
|
||||
bottom: 1rem;
|
||||
left: 1rem;
|
||||
width: auto;
|
||||
max-width: 24rem;
|
||||
margin-inline: auto;
|
||||
max-width: none;
|
||||
max-height: calc(100dvh - 7.5rem);
|
||||
overflow-y: auto;
|
||||
margin-inline: 0;
|
||||
background: var(--panel);
|
||||
backdrop-filter: blur(16px);
|
||||
-webkit-backdrop-filter: blur(16px);
|
||||
|
||||
Reference in New Issue
Block a user