mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-30 19:38:34 +03:00
Merge pull request #1749 from mini-bomba/previewbar-minwidth
Set min width of previewbar segments to 1px
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user