diff --git a/public/css/style.css b/public/css/style.css index 5b842fa..be92181 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -42,21 +42,6 @@ main#main_content{ display: flex; } -/* Tracks preview */ -.preview_controls { - opacity: 0; - display: block; - background: rgba(0, 0, 0, .5); - width: 56px; - height: 56px; - text-align: center; - line-height: 56px; - position: absolute; - border-radius: 5px; - top: 0; - right: 0; -} - /* Middle section */ div#middle_section { background-color: var(--main-background); @@ -131,15 +116,6 @@ div#middle_section { #open_login_prompt{ margin: 8px 0px; } -#login_input_arl{ - width: 100%; - border: 0px solid black; - line-height: 36px; - padding: 0px 8px; - border-radius: 4px; - background-color: var(--secondary-background); - color: var(--primary-text); -} #settings_btn_copyArl{ min-width: 24px; width: 48px; @@ -393,3 +369,13 @@ button[disabled]{ color: var(--main-text); opacity: 0.75; } +input[type="text"], input[type="password"]{ + width: 100%; + border: 0px solid black; + line-height: 36px; + padding: 0px 8px; + border-radius: 4px; + background-color: var(--secondary-background); + color: var(--primary-text); + margin-bottom: 8px; +} diff --git a/public/index.html b/public/index.html index 283260f..39746ec 100644 --- a/public/index.html +++ b/public/index.html @@ -147,12 +147,17 @@

No Playlists found

+

Home

+

Charts

+

Favorites

+

Link Analyzer

+

Settings

@@ -167,10 +172,43 @@

Settings

How do I get my own ARL?

+
+
+

Download Path

+ +
+
+

Trackname template

+ +
+
+

Album track template

+ +
+
+

Playlsit track template

+ +
+
+

Playlsit folder template

+ +
+
+

Artist folder template

+ +
+
+

Album folder template

+ +
+
+

About

+ +
chevron_left @@ -178,15 +216,11 @@

Settings

chevron_right -
- -
+
+ -