mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-20 14:38:28 +03:00
Fix skip to highlight not hiding when none
This commit is contained in:
@@ -538,6 +538,10 @@ input::-webkit-inner-spin-button {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.skipButtonControlBarContainer.hidden {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.skipButtonControlBarContainer.mobile {
|
.skipButtonControlBarContainer.mobile {
|
||||||
bottom: 30%;
|
bottom: 30%;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user