Skip to content

Commit

Permalink
Make options page more compact
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Oct 30, 2024
1 parent b2ac881 commit 3b2fe51
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions public/options/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ html, body {

.option-group > div {
min-height: 50px;
padding: 20px 0;
padding: 15px 0;
border-bottom: 1px solid var(--border-color);
border-image: linear-gradient(to right, var(--border-color), #00000000 80%) 1;
}

.categoryExtraOptions {
padding-bottom: 20px;
padding-bottom: 15px;
}

#music_offtopic_autoSkipOnMusicVideos {
Expand Down Expand Up @@ -271,19 +271,19 @@ input[type='number'] {

.small-description {
font-size: 13px;
padding: 15px 0 0 20px;
padding: 5px 0 0 20px;
}

.small-description td {
padding: 10px 0 20px 20px;
padding: 2.5px 0 10px 20px;
}

.indent {
padding-left: 20px;
}

.categoryTableElement td {
padding-top: 10px;
padding-top: 5px;
border-top: 1px solid var(--border-color);
}

Expand Down Expand Up @@ -353,7 +353,8 @@ input[type='number'] {

font-size: 14px;

display: table;
display: flex;
align-items: center;
}

.switch-container .switch-label {
Expand Down

0 comments on commit 3b2fe51

Please sign in to comment.