added working settings page
This commit is contained in:
parent
6b3373f7d6
commit
b726530bc2
16 changed files with 549 additions and 89 deletions
|
@ -838,23 +838,6 @@ form.torrent-sort {
|
|||
display: initial;
|
||||
}
|
||||
|
||||
.themes-settings-menu {
|
||||
background: var(--snip-background);
|
||||
color: var(--fg);
|
||||
border-radius: 4px;
|
||||
height: 100%;
|
||||
margin: 5px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.themes-settings-menu>div {
|
||||
width: calc(50% - 10px);
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
|
||||
.view-image-search {
|
||||
border: 1px solid var(--snip-border);
|
||||
margin: 0;
|
||||
|
@ -1873,8 +1856,6 @@ body, h1, p, a, input, button {
|
|||
|
||||
}
|
||||
|
||||
/* --- */
|
||||
|
||||
/* Ensuring dark theme compliance */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.leaflet-control-locate,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue