This commit is contained in:
2026-05-29 19:17:11 +02:00
parent beb5460797
commit f38d77a4d8

View File

@@ -8495,13 +8495,13 @@ span.badge.badge-current {
/* Smaller emojis in the narrow left sidebar */ /* Smaller emojis in the narrow left sidebar */
body.layout-modern .comment-content img.emoji { body.layout-modern .comment-content img.emoji {
height: auto; height: auto;
max-width: 200px; max-width: max-content;
vertical-align: middle; vertical-align: middle;
} }
body.layout-legacy .comment-content img.emoji { body.layout-legacy .comment-content img.emoji {
height: auto; height: auto;
max-width: 200px; max-width: max-content;
vertical-align: middle; vertical-align: middle;
} }