From ccd2349d85c2f25483762cf30d8a6efb46245375 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 12 Nov 2022 10:52:31 +0200 Subject: [PATCH] reduce badges size in popover from 20vh to 10vh --- files/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 832e74e75..b4da27231 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6341,6 +6341,6 @@ div.markdown { margin: 0 0.15rem 0 0 !important; } .pop-badges { - max-height: 20vh!important; + max-height: 10vh!important; overflow: auto; }