diff --git a/CSS/css-scyfin/scyfin-theme-backdrop.css b/CSS/css-scyfin/scyfin-theme-backdrop.css index 36c163e..56bb33d 100644 --- a/CSS/css-scyfin/scyfin-theme-backdrop.css +++ b/CSS/css-scyfin/scyfin-theme-backdrop.css @@ -477,13 +477,14 @@ .sliderBubble { border-radius: 15px !important; background-color: rgba(0,0,0,0.5) !important; - height: 55px !important } /* Support for Jellyscrub plugin */ .chapterThumbContainer { - margin-bottom: 135px !important; border-radius: 15px !important; } +.chapterThumbTextContainer { + background: rgba(35,35,35,0.5) !important; +} diff --git a/CSS/css-scyfin/scyfin-theme.css b/CSS/css-scyfin/scyfin-theme.css index 699fb39..4ae66c3 100644 --- a/CSS/css-scyfin/scyfin-theme.css +++ b/CSS/css-scyfin/scyfin-theme.css @@ -214,13 +214,14 @@ html { .sliderBubble { border-radius: 15px !important; background-color: rgba(0,0,0,0.5) !important; - height: 55px !important } /* Support for Jellyscrub plugin */ .chapterThumbContainer { - margin-bottom: 135px !important; border-radius: 15px !important; } +.chapterThumbTextContainer { + background: rgba(35,35,35,0.5) !important; +}