From 099496f36feda77d2b5ffc95fb8eabe8faaa7c13 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 7 Jun 2023 23:39:13 +0300 Subject: [PATCH] increase award modal width 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 47b5a1d9b2..a5667f5b2b 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5797,7 +5797,7 @@ img[src="/i/hand.webp"]+img[glow]:not([data-src]) { .awardmodal { - max-width: 80% !important; + max-width: 90% !important; height: 100% !important; margin: auto !important }