Spaces:
Sleeping
Sleeping
Michael Siebenmann commited on
Commit ·
a1cabf9
1
Parent(s): aa022ea
decrease app height
Browse files- static/style.css +2 -2
static/style.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@800&display=swap');
|
| 2 |
|
| 3 |
.full-height {
|
| 4 |
-
height:
|
| 5 |
}
|
| 6 |
|
| 7 |
/* ── Default: centered layout (no class needed — avoids load flash) ── */
|
|
@@ -101,7 +101,7 @@ body.chat-active .title-small {
|
|
| 101 |
|
| 102 |
/* Map panel: propagate height through Gradio's wrapper divs */
|
| 103 |
.map-panel {
|
| 104 |
-
height:
|
| 105 |
}
|
| 106 |
|
| 107 |
.map-panel .prose,
|
|
|
|
| 1 |
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@800&display=swap');
|
| 2 |
|
| 3 |
.full-height {
|
| 4 |
+
min-height: 0;
|
| 5 |
}
|
| 6 |
|
| 7 |
/* ── Default: centered layout (no class needed — avoids load flash) ── */
|
|
|
|
| 101 |
|
| 102 |
/* Map panel: propagate height through Gradio's wrapper divs */
|
| 103 |
.map-panel {
|
| 104 |
+
height: 100%;
|
| 105 |
}
|
| 106 |
|
| 107 |
.map-panel .prose,
|