aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay <[email protected]>2024-10-30 13:53:55 -0400
committerAjay <[email protected]>2024-10-30 13:53:55 -0400
commit3b2fe51973430ef1eb551e03019d580aa56e69ae (patch)
tree6866ac421ebbcc9e914148a839671821734d4be0
parentb2ac881b9b0ae3d5fbfe45a306a9ca7f5644f9fe (diff)
downloadSponsorBlock-3b2fe51973430ef1eb551e03019d580aa56e69ae.tar.gz
SponsorBlock-3b2fe51973430ef1eb551e03019d580aa56e69ae.zip
Make options page more compact
-rw-r--r--public/options/options.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/public/options/options.css b/public/options/options.css
index 13cad69d..b36a802b 100644
--- a/public/options/options.css
+++ b/public/options/options.css
@@ -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 {
@@ -271,11 +271,11 @@ 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 {
@@ -283,7 +283,7 @@ input[type='number'] {
}
.categoryTableElement td {
- padding-top: 10px;
+ padding-top: 5px;
border-top: 1px solid var(--border-color);
}
@@ -353,7 +353,8 @@ input[type='number'] {
font-size: 14px;
- display: table;
+ display: flex;
+ align-items: center;
}
.switch-container .switch-label {