From ffeb6b45aa353ed74137cac5d91716f95962617d Mon Sep 17 00:00:00 2001 From: Wolfsblvt Date: Sun, 2 Feb 2025 14:36:27 +0100 Subject: [PATCH] Make thonking block font size scaling --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index c4f30be45..99fd61d93 100644 --- a/public/style.css +++ b/public/style.css @@ -387,10 +387,10 @@ input[type='checkbox']:focus-visible { padding: 7px 14px; border-radius: 10px; background-color: var(--grey30); - font-size: 0.9rem; + font-size: calc(var(--mainFontSize) * 0.9); } -@supports not selector(:has(*)) { +@supports not selector(:has(*)) { .mes_reasoning_details { display: none !important; }