Added basic Calendar menu (WIP)

This commit is contained in:
Jas Singh
2024-06-26 02:00:53 -07:00
parent 2b8eb9144d
commit 4ff2392c48
17 changed files with 189 additions and 47 deletions

View File

@@ -5,7 +5,7 @@
min-width: 26em;
min-height: 6em;
background: $mantle;
border: 0.2em solid $surface0; border-radius: 0.4em;
border: 0.13em solid $surface0; border-radius: 0.4em;
}
.window-content.notificationsmenu-window {
@@ -67,8 +67,3 @@
color: $red;
font-size: 1.5em;
}
.top-right-event-box_top *{
min-height: 0em;
margin-top: 2.5em;
}