add vh limit for preview thumbnails for mobile

This commit is contained in:
Alexander Bocken 2023-11-07 12:46:25 +01:00
parent f302c0b234
commit b8c8b73af5
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -5,7 +5,7 @@ under Server -> General -> Custom CSS Code
*/
/* jellyscrub default: width: 15vw, annoying for smaller screen sizes */
.chapterThumbContainer{
width: min(80vw, 500px);
width: min(80vw, 500px, 50vh);
}
/* Attempt to change accent color */