From c0fd0f510c8cea76f5259412f9e23ae8c0e00fc9 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 26 Nov 2022 04:24:21 +0530 Subject: Minor Fixes in file upload Styles --- hg.css | 4 ++++ index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hg.css b/hg.css index 0910471..781fb33 100644 --- a/hg.css +++ b/hg.css @@ -241,4 +241,8 @@ dialog::backdrop { .mt-5 { margin-top: 10px; +} + +#file-upload { + display: none; } \ No newline at end of file diff --git a/index.html b/index.html index 131a981..53a55f2 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@
Upload
- + -- cgit v1.2.3