From c2afd0d5aa02d65b86b01ca5c4ab20bc4885534d Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 19 Nov 2025 03:54:05 -0500 Subject: [PATCH] refac --- .../components/chat/Settings/Interface.svelte | 37 ++++++++++++++----- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/src/lib/components/chat/Settings/Interface.svelte b/src/lib/components/chat/Settings/Interface.svelte index 80942a09eb..82d39b41dc 100644 --- a/src/lib/components/chat/Settings/Interface.svelte +++ b/src/lib/components/chat/Settings/Interface.svelte @@ -326,18 +326,35 @@

{$i18n.t('UI')}

-
-
- +
+ -
- {textScale}x -
+
+
+
-
+ {#if textScale !== null} +
-
+ {/if}