mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Better align .accountPlace text
This commit is contained in:
parent
50487af6a7
commit
b29d8f617c
1 changed files with 4 additions and 6 deletions
|
|
@ -51,15 +51,13 @@
|
||||||
border-right: 1px solid var(--btn-border-clr, rgba(0, 0, 0, 0.2));
|
border-right: 1px solid var(--btn-border-clr, rgba(0, 0, 0, 0.2));
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 16px;
|
line-height: 1.3;
|
||||||
line-height: 22px;
|
margin: 0 6px -4px 0;
|
||||||
margin: 0 6px -3px 0;
|
|
||||||
max-width: 25vw;
|
max-width: 25vw;
|
||||||
overflow-x: hidden;
|
/* max-width: calc(100vw - 300px);*/
|
||||||
|
overflow: hidden;
|
||||||
padding-right: 6px;
|
padding-right: 6px;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
text-shadow: 0 1px 0 #000;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a[data-unread]::after {
|
a[data-unread]::after {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue