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 {
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
min-width: 1px;
|
||||
}
|
||||
|
||||
.previewbar.requiredSegment {
|
||||
|
||||
Reference in New Issue
Block a user