From f45f4131e27a0018e29378d37e45555340f56fbd Mon Sep 17 00:00:00 2001 From: aandrew-me Date: Thu, 27 Oct 2022 22:18:41 +0600 Subject: [PATCH] Small style changes --- assets/css/index.css | 7 +++++++ html/index.html | 29 ++++++++++++++++------------- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/assets/css/index.css b/assets/css/index.css index ae16d2f..e298b48 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -196,6 +196,13 @@ body { color: var(--text); } +#audioExtract{ + margin:10px; + padding:10px; + background-color: var(--box-toggle); + border-radius: 10px; +} + #options{ display:none; position:relative; diff --git a/html/index.html b/html/index.html index 5ea6019..0c3ad6c 100644 --- a/html/index.html +++ b/html/index.html @@ -122,19 +122,22 @@ -

Extract Audio from Video

- - - +
+

Extract Audio from Video

+ + + +
+