From 629f566b571f4dbdda6ea22f661d422121f8976f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 24 Aug 2020 15:50:19 +0200 Subject: More size fixing Signed-off-by: Joas Schilling --- css/At.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/At.scss b/css/At.scss index 055701755..e8328160c 100644 --- a/css/At.scss +++ b/css/At.scss @@ -111,11 +111,11 @@ // Override "max-width: 180px", as that makes the autocompletion panel too // narrow. .atwho-view { - max-width: unset; + max-width: 300px; + min-width: 250px; // mention height: 48 * visible mentions: 4.5 max-height: 216px; } - // Override max height to show 4.5 mentions to make clear you can scroll for more options .atwho-ul { // (padding top: 4 + avatar height: 48 + padding bottom: 4) * visible mentions: 4.5 -- cgit v1.2.3