2024-12-24, 01:12 PM
(2024-12-24, 09:42 AM)Ted Hinklater Wrote: 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;}}
It works with this new code, thank you