[frontend/components] Improve menu styling

This commit is contained in:
pancakes 2025-02-26 00:10:08 +10:00
parent 100908c1ee
commit 586db6ff99
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,7 @@
top: 0;
left: 0;
z-index: -1;
cursor: auto;
}
.darken {
background-color: black;

View file

@ -13,6 +13,13 @@
z-index: +2;
}
::deep .rule {
width: 90%;
color: var(--highlight-color);
border-style: solid;
cursor: auto;
}
@media (max-width: 1000px) {
.menu {
top: unset;