8 hours ago 
(This post was last modified: 7 hours ago by Ted Hinklater. Edited 1 time in total.)
		
	
	(8 hours ago)LoLacCRO Wrote: Hey Ted,
Would like to thank you for the amazing looking theme it brings jellyfin to the next level atleast to me. But I have had recently issues while most were dealth with one new one poped up. It might be because I have 2 monitors (1tv and 1 gaming monitor not same resolution) that the jellyfin seems to have large text. The webOS with 4k was fixed but I use jellyfin on pc to monitor or tweak a few things and so on and it is a bit annoying that it is large text that I can't fix sadly.
Over all super happy with the theme/css. Glad you can continue working on it and improving it.
I have tried loading jellyfin in brave and in chrome same issue.
My bad, the 4k rule covered 1440p, the update should come through on your end shortly, if you want it immediately use this
Code:
@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@latest/finimalism10.11.css");
/*1440p*/@media (min-width: 1950px) {.layout-desktop body, .layout-tv body {font-size: 166% !important;}}
/*4k*/@media (min-width: 3000px) {.layout-desktop body, .layout-tv body {font-size: 200% !important;}}

