From f2081b7594a9a0bdb00c3402311887ce72742682 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 15 Sep 2021 19:27:04 +0200 Subject: [PATCH] df --- files/templates/emoji_modal.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/files/templates/emoji_modal.html b/files/templates/emoji_modal.html index 14d7819f9..601deb7d2 100644 --- a/files/templates/emoji_modal.html +++ b/files/templates/emoji_modal.html @@ -3,6 +3,14 @@ padding: 0.5rem 0.7rem !important; font-size: 13px !important; } + + @media (min-width: 576px) + { + .modal-dialog { + max-width: 65%; + margin: 1.75rem auto; + } + }