mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-19 22:18:40 +03:00
Set min width of previewbar segments to 1px
This fixes short segments on long videos not appearing at all in small embeds
This commit is contained in:
@@ -45,6 +45,7 @@ div:hover > #previewbar.sbNotInvidious {
|
|||||||
.previewbar {
|
.previewbar {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
min-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.previewbar.requiredSegment {
|
.previewbar.requiredSegment {
|
||||||
@@ -250,7 +251,7 @@ div:hover > .sponsorBlockChapterBar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.exportCopiedNotice .sponsorSkipNoticeTableContainer {
|
.exportCopiedNotice .sponsorSkipNoticeTableContainer {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sponsorSkipNotice {
|
.sponsorSkipNotice {
|
||||||
@@ -847,4 +848,4 @@ input::-webkit-inner-spin-button {
|
|||||||
|
|
||||||
.sponsorThumbnailLabel:hover span {
|
.sponsorThumbnailLabel:hover span {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user