Merge pull request #1749 from mini-bomba/previewbar-minwidth

Set min width of previewbar segments to 1px
This commit is contained in:
Ajay Ramachandran
2023-05-10 15:13:03 -04:00
committed by GitHub

View File

@@ -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;
}
}