Make options page more compact

This commit is contained in:
Ajay
2024-10-30 13:53:55 -04:00
parent b2ac881b9b
commit 3b2fe51973

View File

@@ -118,13 +118,13 @@ html, body {
.option-group > div { .option-group > div {
min-height: 50px; min-height: 50px;
padding: 20px 0; padding: 15px 0;
border-bottom: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color);
border-image: linear-gradient(to right, var(--border-color), #00000000 80%) 1; border-image: linear-gradient(to right, var(--border-color), #00000000 80%) 1;
} }
.categoryExtraOptions { .categoryExtraOptions {
padding-bottom: 20px; padding-bottom: 15px;
} }
#music_offtopic_autoSkipOnMusicVideos { #music_offtopic_autoSkipOnMusicVideos {
@@ -271,11 +271,11 @@ input[type='number'] {
.small-description { .small-description {
font-size: 13px; font-size: 13px;
padding: 15px 0 0 20px; padding: 5px 0 0 20px;
} }
.small-description td { .small-description td {
padding: 10px 0 20px 20px; padding: 2.5px 0 10px 20px;
} }
.indent { .indent {
@@ -283,7 +283,7 @@ input[type='number'] {
} }
.categoryTableElement td { .categoryTableElement td {
padding-top: 10px; padding-top: 5px;
border-top: 1px solid var(--border-color); border-top: 1px solid var(--border-color);
} }
@@ -353,7 +353,8 @@ input[type='number'] {
font-size: 14px; font-size: 14px;
display: table; display: flex;
align-items: center;
} }
.switch-container .switch-label { .switch-container .switch-label {