diff options
author | Ajay Ramachandran <[email protected]> | 2021-08-18 11:18:24 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-08-18 11:18:24 -0400 |
commit | 53d688f21969d78fbf456f88e151bedb00e49fc7 (patch) | |
tree | f44a572175111ddb8b430f337dc97bc5b3a2c75b | |
parent | 2231e2a3456743fa50f8ca546b36b67e1ac0f4cd (diff) | |
download | SponsorBlock-53d688f21969d78fbf456f88e151bedb00e49fc7.tar.gz SponsorBlock-53d688f21969d78fbf456f88e151bedb00e49fc7.zip |
Fix skip button on control bar in firefox
-rw-r--r-- | public/content.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/content.css b/public/content.css index 7494d7fb..54e6cb85 100644 --- a/public/content.css +++ b/public/content.css @@ -508,6 +508,10 @@ input::-webkit-inner-spin-button { display: flex; } +.skipButtonControlBarContainer.hidden { + display: none !important; +} + #sbSkipIconControlBarImage { height: 60%; top: 0px; |