dark: notification count indicator
This commit is contained in:
@ -1430,4 +1430,19 @@
|
|||||||
padding: 5px 16px;
|
padding: 5px 16px;
|
||||||
line-height: 20px;
|
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;
|
padding: 5px 16px;
|
||||||
line-height: 20px;
|
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;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user