2024-12-24, 09:42 AM
(This post was last modified: 2024-12-24, 09:43 AM by Ted Hinklater.)
(2024-12-23, 09:35 PM)haze Wrote: Yes, I've added it through admin dashboard. My resolution is 3440x1440. It definitely did the job, because it works on chrome. On other browsers it works, but only in full-screen mode (after clicking F11). Clearing cache doesn't make any difference.
Got it, sorry to ask the obvious there. This should be a much simpler fix, will work at any height.
Code:
@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/finimalism7.css");
@media (min-width: 2000px) {body {font-size: 1.7vh !important;}.layout-desktop .detailSectionContent,.layout-tv .detailSectionContent {font-size: 1.2em;}.layout-desktop .itemExternalLinks.focuscontainer-x,.layout-tv .itemExternalLinks.focuscontainer-x {font-size: 0.9em !important;width: 18em;top: 51em;}}@media (min-width: 2500px) {.cardOverlayButton-hover {font-size: 0.9em;}}