From 3e884d45482eb0fe2ce84cb7e1be110c6429bad6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 9 Nov 2022 21:10:35 +0200 Subject: [PATCH] increase popover width on mobile from 80% to 90% --- 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 c9e5363ff..b8ee046ca 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5110,7 +5110,7 @@ html { @media (max-width: 991.98px) { .popover { - max-width: 80% !important; + max-width: 90% !important; } }