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:
mini-bomba
2023-05-07 14:25:55 +02:00
parent d8ca29a18b
commit f771a5a7ec

View File

@@ -45,6 +45,7 @@ div:hover > #previewbar.sbNotInvidious {
.previewbar {
display: inline-block;
height: 100%;
min-width: 1px;
}
.previewbar.requiredSegment {