dark: notification count indicator
This commit is contained in:
parent
e4ebff127f
commit
4047a73ff2
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user