Fix pre meta text taking up space, due to some *very* long names/usernames

This commit is contained in:
Lim Chee Aun 2022-12-14 16:16:08 +08:00
parent 5c6fb7b7c8
commit 8b5ac5154c

View file

@ -42,6 +42,12 @@
opacity: 0.75;
font-size: smaller;
vertical-align: middle;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.status-pre-meta .name-text {
display: inline;
}
.status-pre-meta .icon {
color: var(--reblog-color);