From e0a3ad4532fa0c52af68d154aa195b38199c0d51 Mon Sep 17 00:00:00 2001 From: Byte Dice <165556900+ByteDice@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:47:07 +0100 Subject: [PATCH] fixed massive font size (not sure tho, cuz i did it via github) --- toys/license/options.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toys/license/options.css b/toys/license/options.css index 28e0006..3219346 100644 --- a/toys/license/options.css +++ b/toys/license/options.css @@ -8,7 +8,7 @@ max-width: min(600px, 100vw); max-height: 40vh; flex-grow: 1; - font-size: calc(4px * var(--pxDensity)); + font-size: min(1.5rem, calc(4px * var(--pxDensity))); } .optionsCredits { margin: 0%; @@ -198,4 +198,4 @@ form { .paramContainer { display: flex; align-items: center; -} \ No newline at end of file +}