mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Merge pull request #1749 from mini-bomba/previewbar-minwidth
Set min width of previewbar segments to 1px
This commit is contained in:
commit
628595bf5a
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||||
|
@ -254,7 +255,7 @@ div:hover > .sponsorBlockChapterBar {
|
||||||
}
|
}
|
||||||
|
|
||||||
.exportCopiedNotice .sponsorSkipNoticeTableContainer {
|
.exportCopiedNotice .sponsorSkipNoticeTableContainer {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sponsorSkipNotice {
|
.sponsorSkipNotice {
|
||||||
|
@ -851,4 +852,4 @@ input::-webkit-inner-spin-button {
|
||||||
|
|
||||||
.sponsorThumbnailLabel:hover span {
|
.sponsorThumbnailLabel:hover span {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue