From 494a990ad4e1bbbf0df0c0910797e01329d7afb7 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Thu, 16 Jul 2026 00:18:22 +0200 Subject: [PATCH] auto height --- public/s/css/f0ckm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index cb5f8db..c810b3a 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -9051,7 +9051,7 @@ body.layout-modern .comment-content img.emoji { } body.layout-legacy .comment-content img.emoji { - height: auto; + height: auto !important; max-width: 200px; vertical-align: text-top; }