Misc fixes for Jellyscrub

This commit is contained in:
loof2736 2024-01-20 19:48:39 -05:00
parent ab92154da9
commit 9127f2bbd7
2 changed files with 6 additions and 4 deletions

View File

@ -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;
}

View File

@ -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;
}