Fix username CSS

FossilOrigin-Name: 88364d13e67ed612287bacd43958bbbaee43860a9f6effab48e2894bcd24694c
This commit is contained in:
me@ow.nekobit.net 2022-04-04 18:31:16 +00:00
parent daec37ce50
commit 66961441cf

4
dist/treebird20.css vendored
View file

@ -507,11 +507,13 @@ svg.in-reply-to-icon
.status .username,
.notification-regular .username
{
display: inline-block;
font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
min-width: 0;
max-width: 350px;
white-space: nowrap;
vertical-align: middle;
}
.status .status-content