diff options
Diffstat (limited to 'public/content.css')
-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) } |