From 9583f70c7cf026892d5256157b17a55f7da3cfbd Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Wed, 6 Dec 2023 21:33:14 -0600 Subject: [PATCH] Padding, formatting --- static/index.html | 3 ++- static/style.css | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 0d61128..f6af3d5 100644 --- a/static/index.html +++ b/static/index.html @@ -52,7 +52,8 @@
-

The SD option only supports 720p and below, HD supports all qualities. HD is experimental, so please report issues :D

+

The SD option only supports 720p and below, HD supports all qualities. HD is experimental, so please report + issues :D

Please consider donating or host the website yourself! Anything helps! (Check Codeberg for more info)

diff --git a/static/style.css b/static/style.css index ea80adc..3e54683 100644 --- a/static/style.css +++ b/static/style.css @@ -33,6 +33,10 @@ html { background-color: var(--background-color); } +body { + padding: 10px; +} + select, input { display: block;