mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Fixed issue with Jellyscrub plugin
This commit is contained in:
parent
6736abe336
commit
4c89bd8fbc
@ -463,6 +463,11 @@
|
|||||||
background-color: rgba(0,0,0,0.5) !important;
|
background-color: rgba(0,0,0,0.5) !important;
|
||||||
height: 55px !important
|
height: 55px !important
|
||||||
}
|
}
|
||||||
|
/* Support for Jellyscrub plugin */
|
||||||
|
.chapterThumbContainer {
|
||||||
|
margin-bottom: 135px !important;
|
||||||
|
border-radius: 15px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -205,6 +205,11 @@ html {
|
|||||||
background-color: rgba(0,0,0,0.5) !important;
|
background-color: rgba(0,0,0,0.5) !important;
|
||||||
height: 55px !important
|
height: 55px !important
|
||||||
}
|
}
|
||||||
|
/* Support for Jellyscrub plugin */
|
||||||
|
.chapterThumbContainer {
|
||||||
|
margin-bottom: 135px !important;
|
||||||
|
border-radius: 15px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user