Centralize menu button coordinate logic and replace popupwindows with dropdownmenu.

This commit is contained in:
Jas Singh
2024-07-14 15:13:09 -07:00
parent 6062164652
commit 7a2fdf8647
21 changed files with 89 additions and 109 deletions

View File

@@ -1,7 +1,7 @@
* {
all: unset;
font-family: "Ubuntu Nerd Font";
font-size: 1.175rem;
font-size: 1.2rem;
font-weight: 600;
}
@@ -1217,9 +1217,6 @@ window#powermenu .powermenu.box {
background: #11111b;
border: 0.13em solid #313244;
border-radius: 0.7em;
}
.window-content.calendarmenu-window {
margin-right: 0.5em;
}
@@ -1402,11 +1399,8 @@ window#powermenu .powermenu.box {
margin-bottom: 0.2em;
}
.window-content.dashboardmenu-window {
margin-left: 0.5em;
}
.dashboard-content-items {
margin-left: 0.5em;
min-width: 28.5em;
background: #11111b;
border: 0.13em solid #313244;