CSS position data-unread better

This commit is contained in:
the-djmaze 2022-12-21 12:35:15 +01:00
parent 3012084184
commit efd27cb211

View file

@ -145,12 +145,12 @@
{
content: attr(data-unread);
background-color: var(--unread-count-bg-color, #999);
border-radius: 9px;
border-radius: 1em;
color: var(--unread-count-color, #fff);
font-size: 11px;
line-height: 19px;
margin-top: 5px;
min-width: 1em;
line-height: 1.5em;
margin-top: 7px;
min-width: 1.7em;
padding: 1px 4px;
text-align: center;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);