MentionAvatars: fix mentions being ultra wide in topics

This commit is contained in:
Vendicated 2024-07-17 02:35:53 +02:00
parent c3852cb892
commit 67632ecc11
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -1,6 +1,6 @@
.vc-mentionAvatars-avatar {
vertical-align: middle;
width: 1em;
width: 1em !important; /* insane discord sets width: 100% in channel topic */
height: 1em;
margin: 0 4px 0.2rem 2px;
border-radius: 50%;