fix: scale app content to 75% to fit window
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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>
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user