From f2f6e09c281f0338e65af349d2068890603ad3cb Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Wed, 13 Dec 2023 19:19:35 +0000 Subject: [PATCH] Minor fixes, beginning work on adv options --- static/converter/index.html | 19 ++----------- static/index.html | 57 ++++++++++++++++++------------------- static/style.css | 8 +++++- 3 files changed, 36 insertions(+), 48 deletions(-) diff --git a/static/converter/index.html b/static/converter/index.html index 3ebe097..5c6f8d2 100644 --- a/static/converter/index.html +++ b/static/converter/index.html @@ -6,7 +6,7 @@ - + Univerter @@ -18,28 +18,13 @@

Downloader

- +

Converter is still in beta!

- -

Format:

- -
+

Video URL:

+ -
-

Quality:

- +

Quality:

+ - - -
+ + + +

Format:

+ +
+ + -
-

Format:

- -

diff --git a/static/style.css b/static/style.css index 3e54683..1b0e02d 100644 --- a/static/style.css +++ b/static/style.css @@ -39,13 +39,13 @@ body { select, input { - display: block; background-color: var(--second-bg-color); color: var(--text-color); margin: 5px auto; border: 2px var(--primary-color) solid; border-radius: 5px; padding: 7px; + display: inline; } .col-sm-3 { @@ -55,4 +55,10 @@ input { select:hover, input:hover { border-color: var(--text-color) +} + +#adv { + accent-color: var(--primary-color); + width: 1.15rem; + height: 1.15rem; } \ No newline at end of file