diff options
author | Ajay Ramachandran <[email protected]> | 2023-05-10 15:13:03 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-05-10 15:13:03 -0400 |
commit | 628595bf5a3de65e919b77ebc53e4adbb5ae89c3 (patch) | |
tree | bd9e5202556557a45c9bac57e5eccda78a4ec207 /public/content.css | |
parent | 86498eb39996f23c714813626acf7508eaa135d9 (diff) | |
parent | f771a5a7ecedbfae190148d0e74078ca1a19956e (diff) | |
download | SponsorBlock-628595bf5a3de65e919b77ebc53e4adbb5ae89c3.tar.gz SponsorBlock-628595bf5a3de65e919b77ebc53e4adbb5ae89c3.zip |
Merge pull request #1749 from mini-bomba/previewbar-minwidth
Set min width of previewbar segments to 1px
Diffstat (limited to 'public/content.css')
-rw-r--r-- | public/content.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/content.css b/public/content.css index 2237912d..91ff0bb8 100644 --- a/public/content.css +++ b/public/content.css @@ -45,6 +45,7 @@ div:hover > #previewbar.sbNotInvidious { .previewbar { display: inline-block; height: 100%; + min-width: 1px; } .previewbar.requiredSegment { @@ -254,7 +255,7 @@ div:hover > .sponsorBlockChapterBar { } .exportCopiedNotice .sponsorSkipNoticeTableContainer { - background-color: transparent; + background-color: transparent; } .sponsorSkipNotice { @@ -851,4 +852,4 @@ input::-webkit-inner-spin-button { .sponsorThumbnailLabel:hover span { display: inline; -}
\ No newline at end of file +} |