From 526f1b5b8491f85945d522c359d8a905da2aee4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Andr=C3=A9s?= Date: Wed, 14 Jun 2023 19:16:04 -0600 Subject: [PATCH] Additional tweaks for the popup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Diego Andrés --- Themes/default/css/jquery.sceditor.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Themes/default/css/jquery.sceditor.css b/Themes/default/css/jquery.sceditor.css index a8d898c35a..9bb6a86bd7 100644 --- a/Themes/default/css/jquery.sceditor.css +++ b/Themes/default/css/jquery.sceditor.css @@ -313,10 +313,12 @@ div.sceditor-smileyPopup { transform: unset; position: absolute; min-height: 100px; - width: 250px; + min-width: 250px; margin-inline: auto; display: flex; box-sizing: border-box; + max-height: 215px; + max-width: 450px; } div.sceditor-smileyPopup #sceditor-popup { width: 100%;