diff options
author | Ajay <[email protected]> | 2022-09-15 23:37:11 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-09-15 23:37:11 -0400 |
commit | b8d6d4a0b35bde65e9b187035ad6b04b45900c98 (patch) | |
tree | 7ff889d1cda40cb446791527b46de6a22defd802 /public | |
parent | 6381f36a90d1e1d89838f3319b329693c1c8fde2 (diff) | |
download | SponsorBlock-b8d6d4a0b35bde65e9b187035ad6b04b45900c98.tar.gz SponsorBlock-b8d6d4a0b35bde65e9b187035ad6b04b45900c98.zip |
Handle preview bar hover without js
Diffstat (limited to 'public')
-rw-r--r-- | public/content.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/content.css b/public/content.css index e9d3f483..deb30196 100644 --- a/public/content.css +++ b/public/content.css @@ -34,7 +34,7 @@ height: 3px; } -#previewbar.hovered { +div:hover > #previewbar.sbNotInvidious { transform: scaleY(1) } |