2024-12-23, 05:05 PM
Hey I added a fix this morning but looks like it hasn't come through yet
Just add this to your CSS box (after the import line)
Just add this to your CSS box (after the import line)
Code:
@media (min-width: 3500px) {
body {
font-size: 200%;
}
.cardOverlayButton-hover {
font-size: 0.95em;
}
}
@media (min-aspect-ratio: 20/9) and (max-aspect-ratio: 22/9) and (min-width: 2500px) and (max-width: 3499px) {
body {
font-size: 150% !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;
}
}