and even mooooore tweaks
This commit is contained in:
parent
fb4d28b265
commit
1c0810290b
7 changed files with 40 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
.menu {
|
||||
position: fixed;
|
||||
display: grid;
|
||||
display: none;
|
||||
grid-template-columns: auto auto;
|
||||
place-content: start;
|
||||
|
||||
|
@ -28,4 +28,8 @@
|
|||
text-align: end;
|
||||
}
|
||||
}
|
||||
|
||||
&:popover-open {
|
||||
display: grid;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue