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;