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:
Vivien 2023-07-17 11:21:42 +02:00 committed by GitHub
commit c32952f349
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 */