fix: scale app content to 85% zoom

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-29 01:30:58 +00:00
parent 223148283d
commit b2ca04e6f4

View File

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