Tighten generated report spacing
Browse filesCo-authored-by: Codex <chatgpt-codex-connector[bot]@users.noreply.github.com>
app.py
CHANGED
|
@@ -1303,6 +1303,15 @@ gradio-app,
|
|
| 1303 |
box-shadow: none !important;
|
| 1304 |
}
|
| 1305 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1306 |
.bte-status-row .prose,
|
| 1307 |
.bte-status-row .html-container,
|
| 1308 |
.bte-status-row .block,
|
|
@@ -2603,7 +2612,8 @@ button.bte-action *,
|
|
| 2603 |
max-width: var(--bte-rail) !important;
|
| 2604 |
margin: 0 auto !important;
|
| 2605 |
background: rgb(248, 249, 252) !important;
|
| 2606 |
-
|
|
|
|
| 2607 |
}
|
| 2608 |
|
| 2609 |
.bte-final-report .bte-ideal-marker {
|
|
@@ -2652,15 +2662,11 @@ button.bte-action *,
|
|
| 2652 |
display: grid;
|
| 2653 |
grid-template-columns: repeat(4, minmax(0, 1fr));
|
| 2654 |
gap: 12px;
|
| 2655 |
-
margin:
|
| 2656 |
}
|
| 2657 |
|
| 2658 |
.bte-ideal-filter {
|
| 2659 |
-
|
| 2660 |
-
inline-size: 1px;
|
| 2661 |
-
block-size: 1px;
|
| 2662 |
-
opacity: 0;
|
| 2663 |
-
pointer-events: none;
|
| 2664 |
}
|
| 2665 |
|
| 2666 |
.bte-ideal-stat {
|
|
|
|
| 1303 |
box-shadow: none !important;
|
| 1304 |
}
|
| 1305 |
|
| 1306 |
+
.bte-final-row,
|
| 1307 |
+
.bte-final-row > div,
|
| 1308 |
+
.bte-final-row .prose,
|
| 1309 |
+
.bte-final-row .html-container,
|
| 1310 |
+
.bte-final-row .block {
|
| 1311 |
+
min-height: 0 !important;
|
| 1312 |
+
height: auto !important;
|
| 1313 |
+
}
|
| 1314 |
+
|
| 1315 |
.bte-status-row .prose,
|
| 1316 |
.bte-status-row .html-container,
|
| 1317 |
.bte-status-row .block,
|
|
|
|
| 2612 |
max-width: var(--bte-rail) !important;
|
| 2613 |
margin: 0 auto !important;
|
| 2614 |
background: rgb(248, 249, 252) !important;
|
| 2615 |
+
align-content: start;
|
| 2616 |
+
gap: 12px;
|
| 2617 |
}
|
| 2618 |
|
| 2619 |
.bte-final-report .bte-ideal-marker {
|
|
|
|
| 2662 |
display: grid;
|
| 2663 |
grid-template-columns: repeat(4, minmax(0, 1fr));
|
| 2664 |
gap: 12px;
|
| 2665 |
+
margin: 0;
|
| 2666 |
}
|
| 2667 |
|
| 2668 |
.bte-ideal-filter {
|
| 2669 |
+
display: none !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2670 |
}
|
| 2671 |
|
| 2672 |
.bte-ideal-stat {
|