v0.12.11 new drawer menu notification feature

This commit is contained in:
2026-03-23 22:59:03 -04:00
parent bcd9f4a060
commit dec24eb842
7 changed files with 62 additions and 35 deletions

View File

@@ -83,3 +83,12 @@
color: var(--primary);
}
.nav-drawer-item.active:hover { background: var(--primary-light); }
.nav-drawer-unread-dot {
margin-left: auto;
width: 9px;
height: 9px;
border-radius: 50%;
background: var(--primary);
flex-shrink: 0;
}