forked from mirrors/treebird
Fix username CSS
FossilOrigin-Name: 88364d13e67ed612287bacd43958bbbaee43860a9f6effab48e2894bcd24694c
This commit is contained in:
parent
daec37ce50
commit
66961441cf
1 changed files with 3 additions and 1 deletions
4
dist/treebird20.css
vendored
4
dist/treebird20.css
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue