dark: notification count indicator

This commit is contained in:
pat-s 2023-04-15 22:32:26 +02:00
parent e4ebff127f
commit 4047a73ff2
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
2 changed files with 31 additions and 0 deletions

View File

@ -1430,4 +1430,19 @@
padding: 5px 16px;
line-height: 20px;
}
.notification_count {
position: absolute;
left: 13px;
top: -5px;
min-width: 1.5em;
text-align: center;
background: var(--color-primary);
border: 0px solid var(--color-header-bar);
color: var(--color-header-bar);
padding: 2px;
border-radius: 1em;
font-size: 9px;
font-weight: 700;
line-height: null;
}
}

View File

@ -999,3 +999,19 @@ footer {
padding: 5px 16px;
line-height: 20px;
}
.notification_count {
position: absolute;
left: 13px;
top: -5px;
min-width: 1.5em;
text-align: center;
background: var(--color-primary);
border: 0px solid var(--color-header-bar);
color: var(--color-header-bar);
padding: 2px;
border-radius: 1em;
font-size: 9px;
font-weight: 700;
line-height: null;
}