feat: add jump to midnight button and rearrange submenu actions

This commit is contained in:
2025-08-14 21:46:26 +00:00
parent ca3202f9b7
commit fbc15bb371
2 changed files with 41 additions and 3 deletions

View File

@@ -109,3 +109,24 @@ h2 {
background-color: #999!important;
}
.submenu-actions {
padding-top: 0.5rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.submenu-group {
display: flex;
align-items: center;
gap: 0.5rem;
}
.submenu-group span {
color: white;
flex-shrink: 0;
}
.submenu-group button {
flex-grow: 1;
}