This commit is contained in:
2026-05-24 21:24:48 +02:00
parent 83fdada12d
commit 096720c266

View File

@@ -8322,13 +8322,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 !important; max-width: 200px;
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 !important; max-width: 200px;
vertical-align: middle; vertical-align: middle;
} }