Fixed issue with Jellyscrub plugin

This commit is contained in:
loof2736 2022-12-06 00:46:18 -05:00
parent 6736abe336
commit 4c89bd8fbc
2 changed files with 10 additions and 0 deletions

View File

@ -463,6 +463,11 @@
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;
}

View File

@ -205,6 +205,11 @@ html {
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;
}