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; +} """