mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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);
|
content: attr(data-unread);
|
||||||
background-color: var(--unread-count-bg-color, #999);
|
background-color: var(--unread-count-bg-color, #999);
|
||||||
border-radius: 9px;
|
border-radius: 1em;
|
||||||
color: var(--unread-count-color, #fff);
|
color: var(--unread-count-color, #fff);
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 19px;
|
line-height: 1.5em;
|
||||||
margin-top: 5px;
|
margin-top: 7px;
|
||||||
min-width: 1em;
|
min-width: 1.7em;
|
||||||
padding: 1px 4px;
|
padding: 1px 4px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue