Tweak notifications number

This commit is contained in:
2023-01-11 14:31:58 +00:00
parent 93afce71c9
commit eb94a239e4
5 changed files with 18 additions and 15 deletions

View File

@ -1,7 +1,15 @@
.notifications {
margin-right: 10px;
}
.unread-count {
margin-left: .2em;
width: 20px;
height: 20px;
border: 1px solid;
border-radius: 100%;
position: relative;
padding: 3px;
line-height: 1.5em;
top: -10px;
left: -10px;
font-size: small;
background-color: var(--error);
font-weight: bold;
text-align: center;
}