[ADD] Total notification counter to sidebar

This commit is contained in:
Peter Pfeufer
2025-10-28 09:38:20 +01:00
parent 513b7b88f4
commit 80145b313f
2 changed files with 57 additions and 7 deletions

View File

@@ -47,6 +47,12 @@
/* Side Navigation
------------------------------------------------------------------------------------- */
@media all {
.sidemenu-total-notifications-badge {
position: absolute;
left: 28px;
font-size: 42.5% !important;
}
#sidebar > div {
width: 325px;
}