mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
CSS position data-unread better
This commit is contained in:
parent
3012084184
commit
efd27cb211
1 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue