From 223148283da3822efcadea22ebc8d1f9f4aed30b Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 29 Apr 2026 01:29:42 +0000 Subject: [PATCH] revert: remove 75% zoom, 100% fits correctly with chrome hidden Co-Authored-By: Claude Opus 4.6 --- src/gui/components.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/components.py b/src/gui/components.py index 34e7334..f147c24 100644 --- a/src/gui/components.py +++ b/src/gui/components.py @@ -54,10 +54,6 @@ footer { [data-testid="stAppViewBlockContainer"] { padding-top: 1rem !important; } -/* Scale content to 75% for better fit in app window */ -.stApp { - zoom: 0.75; -} """