Handle dynamically sized menus.

This commit is contained in:
Jas Singh
2024-07-14 00:01:13 -07:00
parent 880198c842
commit a997a6f465
5 changed files with 24 additions and 21 deletions

View File

@@ -94,13 +94,14 @@ tooltip label {
background: $crust;
border: .13em solid $surface0;
border-radius: .7rem;
min-width: 400px;
min-width: 20em;
color: $text;
}
.menu-items-container {
border-radius: 0.4em;
min-width: 400px;
font-size: 1.3em;
min-width: 20em;
}
.menu-section-container {