mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 01:05:34 +03:00
Fix pre meta text taking up space, due to some *very* long names/usernames
This commit is contained in:
parent
5c6fb7b7c8
commit
8b5ac5154c
1 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,12 @@
|
||||||
opacity: 0.75;
|
opacity: 0.75;
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.status-pre-meta .name-text {
|
||||||
|
display: inline;
|
||||||
}
|
}
|
||||||
.status-pre-meta .icon {
|
.status-pre-meta .icon {
|
||||||
color: var(--reblog-color);
|
color: var(--reblog-color);
|
||||||
|
|
Loading…
Reference in a new issue