aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/settings.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-09-06 14:47:37 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-09-06 14:47:37 -0700
commite14ec885916e07da4fcda18ad500d63f79d76443 (patch)
tree303b9f9cdc5989e5b4c70927603dd8c1b1915412 /youtube/templates/settings.html
parent36380b03281690cef7ff95902a724e62e54dee77 (diff)
downloadyt-local-e14ec885916e07da4fcda18ad500d63f79d76443.tar.lz
yt-local-e14ec885916e07da4fcda18ad500d63f79d76443.tar.xz
yt-local-e14ec885916e07da4fcda18ad500d63f79d76443.zip
Settings: Fix centering and color scheme on other themes
Diffstat (limited to 'youtube/templates/settings.html')
-rw-r--r--youtube/templates/settings.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/youtube/templates/settings.html b/youtube/templates/settings.html
index bac3ef9..19a2461 100644
--- a/youtube/templates/settings.html
+++ b/youtube/templates/settings.html
@@ -4,9 +4,11 @@
{% block style %}
.settings-form {
margin: auto;
+ width: 500px;
+ margin-top:10px;
padding: 10px;
- display: inline-block;
- background-color: #dadada;
+ display: block;
+ background-color: var(--interface-color);
}
.settings-list{
list-style: none;
@@ -14,7 +16,6 @@
}
.setting-item{
margin-bottom: 10px;
- background-color: #eeeeee;
padding: 5px;
}
.setting-item label{