From fa95d78ec37e8626a9eb9538e72a3becbfd586be Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Fri, 26 Jan 2024 03:55:42 +0000 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 6ef9d211..e9dd8e9b 100644 --- a/style.css +++ b/style.css @@ -17,8 +17,8 @@ --bg: #10002b !important; } .hiddenUpload { - display:none; - visibility: hidden; + display:none !important; + visibility: hidden !important; } * { transition-duration: 0.5s !important;