add vh limit for preview thumbnails for mobile
This commit is contained in:
		@@ -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 */
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user