From 69ec89375f18b2e412b0939a983479507123885f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 26 Sep 2022 06:17:52 +0200 Subject: [PATCH] fix tall emojis in emoji modal --- files/templates/emoji_modal.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/templates/emoji_modal.html b/files/templates/emoji_modal.html index 38a8a74d3..deeebfcfa 100644 --- a/files/templates/emoji_modal.html +++ b/files/templates/emoji_modal.html @@ -78,10 +78,14 @@ overflow: hidden; border: none } + .emoji2 > img { + -o-object-fit: contain; + object-fit: contain; + }