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; + } + }