diff options
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 +} |