fix: scale app content to 75% to fit window

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-29 01:28:12 +00:00
parent dc48578c7e
commit 1c609214b0

View File

@@ -54,6 +54,10 @@ footer {
[data-testid="stAppViewBlockContainer"] {
padding-top: 1rem !important;
}
/* Scale content to 75% for better fit in app window */
.stApp {
zoom: 0.75;
}
</style>
"""