diff --git a/Website/index.html b/Website/index.html index a13e402..9c6b6ad 100644 --- a/Website/index.html +++ b/Website/index.html @@ -73,13 +73,13 @@ - Settings + Settings
- Download Location: +

Download Location:

- API-URI +

API-URI

@@ -88,7 +88,7 @@ -
+
diff --git a/Website/style.css b/Website/style.css index d490a08..9524dbc 100644 --- a/Website/style.css +++ b/Website/style.css @@ -149,18 +149,29 @@ settings { left: 25%; top: 25%; border-radius: 5px; + padding: 10px 0; } #settingsPopup{ z-index: 10; } -settings > *{ - margin: 10px 5px; +settings > * { + margin: 0 20%; +} + +settings input { + margin: 3px 0; + padding: 3px; + border-radius: 3px; + border: 1px solid rgba(0,0,0,0.2); + width: 100%; } settings .title { font-weight: bolder; + font-size: 14pt; + margin: 15px 0 2px 0; } komga-settings { @@ -170,10 +181,6 @@ komga-settings { flex-wrap: nowrap; } -komga-settings input { - margin: 3px 0; -} - #addPublication { cursor: pointer; background-color: var(--secondary-color);