From 842c63c5e68d70c4f09387b0c87c8496b2259749 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 10 Jul 2024 15:52:46 +0900 Subject: [PATCH] Tweak size/style of .srt "upload" button --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index f5e9d7e..d6b8ce1 100644 --- a/index.html +++ b/index.html @@ -44,6 +44,10 @@ height: 8vh; z-index: 2; } + input#uploadInput { + font-size: 10vh; + z-index: 3; + } button.transport_button { background-color: transparent; background-repeat: no-repeat;