add vh limit for preview thumbnails for mobile
This commit is contained in:
parent
f302c0b234
commit
b8c8b73af5
@ -5,7 +5,7 @@ under Server -> General -> Custom CSS Code
|
|||||||
*/
|
*/
|
||||||
/* jellyscrub default: width: 15vw, annoying for smaller screen sizes */
|
/* jellyscrub default: width: 15vw, annoying for smaller screen sizes */
|
||||||
.chapterThumbContainer{
|
.chapterThumbContainer{
|
||||||
width: min(80vw, 500px);
|
width: min(80vw, 500px, 50vh);
|
||||||
}
|
}
|
||||||
/* Attempt to change accent color */
|
/* Attempt to change accent color */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user