Add missing width property for display name emojis

This commit is contained in:
r 2024-06-17 15:19:03 +00:00
parent a442fc2b94
commit 51d6ff26fe

View file

@ -351,6 +351,7 @@ img.emoji {
.retweet-info>.status-dname img.emoji {
height: 16px;
width: 16px;
min-height: 16px;
min-width: 16px;
}