Changing the time a little manually opens a popup

This commit is contained in:
FlorianZahn
2021-10-04 20:20:04 +02:00
parent 142cc2881f
commit 3fc32a68c3
4 changed files with 138 additions and 17 deletions

View File

@@ -554,4 +554,15 @@ input::-webkit-inner-spin-button {
border-width: 15px;
border-style: solid;
border-color: rgba(28, 28, 28, 0.7) transparent transparent transparent;
}
.sponsorBlockRectangleTooltip {
position: absolute;
background-color: rgba(28, 28, 28, 0.7);
border-radius: 5px;
padding: 10px;
min-width: 250px;
min-height: 75px;
white-space: normal;
line-height: 1.5em;
}