mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-10 14:14:19 +00:00
Merge pull request #52 from ItsVipra/49-names-disappear-in-follow-list
Hide proplate if there's not enough space
This commit is contained in:
commit
c32952f349
1 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,14 @@
|
|||
text-transform: lowercase;
|
||||
animation: proplate-fadein 0.15s linear;
|
||||
font-weight: 500;
|
||||
|
||||
/*
|
||||
For users of the advanced view, the proplate shouldn't take all available space.
|
||||
Most of the times this was working fine, by setting it explicitly it definitely works
|
||||
across all places of Mastodon.
|
||||
*/
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
/* dark theme */
|
||||
|
|
Loading…
Reference in a new issue