From d1a3fbea96c0c69f1022e7b0d227afa1466f5030 Mon Sep 17 00:00:00 2001 From: 2weiEmu Date: Fri, 19 Jun 2026 16:01:12 +0200 Subject: [PATCH] added: slightly more styling --- public/css/index.css | 4 ++++ public/index.html | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/public/css/index.css b/public/css/index.css index 3067ca4..03a85ce 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -198,6 +198,10 @@ button { color: var(--green-foreground); } + input { + margin-right: 20px; + } + } #filler { diff --git a/public/index.html b/public/index.html index 3fd052f..df26340 100644 --- a/public/index.html +++ b/public/index.html @@ -51,17 +51,20 @@ +

Upload a New File with a Link (no YT Links)

- Link Here
- Name of File Here + Link Here
+ Name of File Here +

Upload a New File

File Upload
- Name of File Here + Name of File Here +

-- 2.54.0