Merge branch 'master' into copySegment

This commit is contained in:
FlorianZahn
2021-10-14 07:16:55 +02:00
committed by GitHub
5 changed files with 193 additions and 29 deletions

View File

@@ -563,4 +563,15 @@ input::-webkit-inner-spin-button {
.SponsorBlockLockedColor {
color: #ffc83d;
}
}
.sponsorBlockRectangleTooltip {
position: absolute;
border-radius: 5px;
padding: 10px;
min-width: 250px;
min-height: 75px;
white-space: normal;
line-height: 1.5em;
}