From b2ca04e6f49d05a33ddc37e48bb3ce0273409b9e Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 29 Apr 2026 01:30:58 +0000 Subject: [PATCH] fix: scale app content to 85% zoom Co-Authored-By: Claude Opus 4.6 --- src/gui/components.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gui/components.py b/src/gui/components.py index f147c24..79b32a1 100644 --- a/src/gui/components.py +++ b/src/gui/components.py @@ -54,6 +54,10 @@ footer { [data-testid="stAppViewBlockContainer"] { padding-top: 1rem !important; } +/* Scale content to fit app window */ +.stApp { + zoom: 0.85; +} """