Settings: Fix centering and color scheme on other themes
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user