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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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%;