mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +08:00
Missing user dropdown css changes
This commit is contained in:
parent
b374023ddb
commit
6af4ead706
1 changed files with 2 additions and 9 deletions
|
@ -19,13 +19,10 @@
|
||||||
z-index: 103;
|
z-index: 103;
|
||||||
|
|
||||||
.email-title {
|
.email-title {
|
||||||
display: inline-block;
|
|
||||||
max-width: 50vw;
|
max-width: 50vw;
|
||||||
text-align: left;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-right: 28px;
|
padding-right: 32px;
|
||||||
vertical-align: middle;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.audioPlace {
|
.audioPlace {
|
||||||
|
@ -69,11 +66,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu a.account-item {
|
a[data-unread]::after {
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
span[data-unread]::after {
|
|
||||||
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: 1em;
|
border-radius: 1em;
|
||||||
|
|
Loading…
Reference in a new issue