Better align .accountPlace text

This commit is contained in:
the-djmaze 2023-03-21 10:06:00 +01:00
parent 50487af6a7
commit b29d8f617c

View file

@ -51,15 +51,13 @@
border-right: 1px solid var(--btn-border-clr, rgba(0, 0, 0, 0.2));
display: inline-block;
font-weight: 600;
font-size: 16px;
line-height: 22px;
margin: 0 6px -3px 0;
line-height: 1.3;
margin: 0 6px -4px 0;
max-width: 25vw;
overflow-x: hidden;
/* max-width: calc(100vw - 300px);*/
overflow: hidden;
padding-right: 6px;
text-overflow: ellipsis;
text-shadow: 0 1px 0 #000;
white-space: nowrap;
}
a[data-unread]::after {