diff options
author | Ajay <[email protected]> | 2023-07-28 19:37:54 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-07-28 19:37:54 -0400 |
commit | 299cb485c3dd8d6146f17a95b3bbea737004bf22 (patch) | |
tree | d078e38f2be217e30f2c4e9d799d41f235d4ee62 /public | |
parent | 882d462849286a83ea6e6a204efd48610bdaaeca (diff) | |
download | SponsorBlock-299cb485c3dd8d6146f17a95b3bbea737004bf22.tar.gz SponsorBlock-299cb485c3dd8d6146f17a95b3bbea737004bf22.zip |
Fix chapter name sometimes disappearing
Diffstat (limited to 'public')
-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 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 |