Update app.py
Browse files
app.py
CHANGED
|
@@ -477,7 +477,7 @@ css = """
|
|
| 477 |
max-height: none !important; /* cancel the global max-height */
|
| 478 |
height: auto !important; /* allow auto height */
|
| 479 |
}
|
| 480 |
-
/* 2) Same-query override: mirror Gradio
|
| 481 |
@media (min-width: 1280px) {
|
| 482 |
/* target the exact same class chain inside the breakpoint */
|
| 483 |
.fixed-height.svelte-842rpi.svelte-842rpi {
|
|
|
|
| 477 |
max-height: none !important; /* cancel the global max-height */
|
| 478 |
height: auto !important; /* allow auto height */
|
| 479 |
}
|
| 480 |
+
/* 2) Same-query override: mirror Gradio’s media query exactly */
|
| 481 |
@media (min-width: 1280px) {
|
| 482 |
/* target the exact same class chain inside the breakpoint */
|
| 483 |
.fixed-height.svelte-842rpi.svelte-842rpi {
|