aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-06-22 15:19:06 -0400
committerAjay Ramachandran <[email protected]>2021-06-22 15:19:06 -0400
commit4dfef176db1fc22f6c573d90ced35f77f1ebde5b (patch)
tree390a0f58959f3722c975c7024e48569486936360
parent9b8daa7a3e0fae40a4ec1ad7ff5cc12889d0eafb (diff)
downloadSponsorBlock-4dfef176db1fc22f6c573d90ced35f77f1ebde5b.tar.gz
SponsorBlock-4dfef176db1fc22f6c573d90ced35f77f1ebde5b.zip
Fix popup elements not hiding
-rw-r--r--public/popup.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/popup.css b/public/popup.css
index 1271e24b..891e4b84 100644
--- a/public/popup.css
+++ b/public/popup.css
@@ -6,7 +6,7 @@
--sb-green-bg: #077B27;
}
-.sponsorBlockPopupBody .hidden {
+#sponsorBlockPopupBody .hidden {
display: none !important;
}