change unread notification indicator

This commit is contained in:
ranfdev
2023-10-26 10:05:53 +02:00
parent 19fe45af70
commit 2cc469234f
2 changed files with 8 additions and 2 deletions

View File

@ -40,6 +40,11 @@ button.small {
font-size: 0.8rem;
}
.chip.circular {
border-radius: 24px;
padding: 2px 2px;
}
.sourceview {
padding: 4px 8px;
}