settings page visual improvements

This commit is contained in:
partisan 2024-09-29 08:33:49 +02:00
parent d275f5e628
commit 94f4ce3b32
5 changed files with 63 additions and 10 deletions

View file

@ -652,7 +652,7 @@ hr {
.settings-nav {
max-width: 100%;
height: 40px;
height: 50px;
background-color: var(--search-bg);
border-bottom: 1px solid var(--border);
padding: 10px;
@ -672,6 +672,7 @@ hr {
.settings-row {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 2px;
padding-left: 10px;
padding-right: 10px;
@ -680,7 +681,9 @@ hr {
.settings-row select,
.settings-row button {
margin-left: auto;
width: 160px;
height: 40px;
margin: 0;
}
.kno_wiki {
@ -771,6 +774,8 @@ form.torrent-sort {
#settingsButton {
transition: all .3s ease;
/* width: 283px+6px;
height: 31px; */
}
.settings-icon-link {
@ -822,6 +827,12 @@ form.torrent-sort {
cursor: pointer;
}
.search-menu select:hover {
border: 1px solid #5f6368;
cursor: pointer;
transition: all .3s ease;
}
.settings-content {
display: flex;
flex-direction: column;
@ -865,7 +876,7 @@ form.torrent-sort {
.theme-settings {
margin-top: 10px;
width: 90%;
width: 100%-4px;
border: 1px solid var(--snip-border);
background: var(--snip-background);
color: var(--fg);
@ -879,6 +890,10 @@ form.torrent-sort {
margin-left: 3%;
}
.theme-mini-settings {
width: 90%;
}
.settings-search-div:hover p {
color: #8ab4f8;
}