From bc7d4ac8369801989877f7937879af4a6aa35f1b Mon Sep 17 00:00:00 2001 From: Arian Nasr Date: Thu, 28 May 2026 21:39:19 -0400 Subject: [PATCH] refactor(frontend): comment out Dropzone in style.css Signed-off-by: Arian Nasr --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 9fcd0f2..a98d52d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -2,9 +2,9 @@ body { background-color: #252526; color: #FFFFFF; } -.dropzone { +/* .dropzone { background: #3e3e42 !important; border-radius: 2rem !important; border-style: dashed !important; border-color: #FFFFFF !important; -} \ No newline at end of file +} */ \ No newline at end of file