diff options
author | Ajay <[email protected]> | 2024-11-26 02:29:22 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2024-11-26 02:29:22 -0500 |
commit | dbd51d026bd65e287bad8570f61b7bd08f0aa6a1 (patch) | |
tree | 95d2b66c52c994267af33cd46697a8c856d84dd4 /public/options/options.css | |
parent | 61f1a8918c4bd92f722c7cfa048f82a18fd0edb5 (diff) | |
parent | 842f7b33b8afbc41a45753c539a4e09fe27d1fdf (diff) | |
download | SponsorBlock-dbd51d026bd65e287bad8570f61b7bd08f0aa6a1.tar.gz SponsorBlock-dbd51d026bd65e287bad8570f61b7bd08f0aa6a1.zip |
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into pr/Acors24/2086
Diffstat (limited to 'public/options/options.css')
-rw-r--r-- | public/options/options.css | 13 |
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 { |