From 0be59c0f03c80dcdce4684a7e5d1f5779c5584e6 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 20 May 2026 23:06:32 +0000 Subject: [PATCH] fix(gui): shrink white-bar compensation to ~1/4 of original gap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plain ``min-height: 100vh`` left a ~15vh white bar below ``.stApp`` (the zoom: 0.85 scaler shrinks visual height to 85%). Reinstate the stretching but stop short of the full ``100vh / 0.85`` overflow: ``calc(96vh / 0.85)`` fills 96vh visually and leaves a ~4vh bar — a quarter the size, no longer dominating the page. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/gui/components/_legacy.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/gui/components/_legacy.py b/src/gui/components/_legacy.py index 8dd9637..bbaee21 100644 --- a/src/gui/components/_legacy.py +++ b/src/gui/components/_legacy.py @@ -1704,20 +1704,20 @@ def render_sticky_footer() -> None: st.markdown( """