aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorAjay <[email protected]>2023-07-28 19:37:54 -0400
committerAjay <[email protected]>2023-07-28 19:37:54 -0400
commit299cb485c3dd8d6146f17a95b3bbea737004bf22 (patch)
treed078e38f2be217e30f2c4e9d799d41f235d4ee62 /public
parent882d462849286a83ea6e6a204efd48610bdaaeca (diff)
downloadSponsorBlock-299cb485c3dd8d6146f17a95b3bbea737004bf22.tar.gz
SponsorBlock-299cb485c3dd8d6146f17a95b3bbea737004bf22.zip
Fix chapter name sometimes disappearing
Diffstat (limited to 'public')
-rw-r--r--public/content.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/content.css b/public/content.css
index 830fcabd..8e23aaa3 100644
--- a/public/content.css
+++ b/public/content.css
@@ -867,3 +867,7 @@ input::-webkit-inner-spin-button {
.sponsorThumbnailLabel:hover span {
display: inline;
}
+
+.sponsorblock-chapter-visible {
+ display: inherit !important;
+} \ No newline at end of file