Spaces:
Running on Zero
Running on Zero
Tighten report header spacing
Browse files
app.py
CHANGED
|
@@ -2524,9 +2524,9 @@ button.bte-action *,
|
|
| 2524 |
max-width: 100% !important;
|
| 2525 |
margin-left: auto !important;
|
| 2526 |
margin-right: auto !important;
|
| 2527 |
-
margin-top:
|
| 2528 |
display: grid;
|
| 2529 |
-
gap:
|
| 2530 |
background: var(--bte-page);
|
| 2531 |
}
|
| 2532 |
|
|
@@ -2535,7 +2535,7 @@ button.bte-action *,
|
|
| 2535 |
max-width: var(--bte-rail) !important;
|
| 2536 |
margin: 0 auto !important;
|
| 2537 |
background: rgb(248, 249, 252) !important;
|
| 2538 |
-
gap:
|
| 2539 |
}
|
| 2540 |
|
| 2541 |
.bte-final-report .bte-ideal-marker {
|
|
@@ -2552,7 +2552,7 @@ button.bte-action *,
|
|
| 2552 |
align-items: center;
|
| 2553 |
justify-content: space-between;
|
| 2554 |
gap: 22px;
|
| 2555 |
-
padding:
|
| 2556 |
border: 1px solid rgba(255, 255, 255, 0.42);
|
| 2557 |
border-radius: var(--bte-radius);
|
| 2558 |
color: #ffffff;
|
|
@@ -2584,7 +2584,7 @@ button.bte-action *,
|
|
| 2584 |
display: grid;
|
| 2585 |
grid-template-columns: repeat(4, minmax(0, 1fr));
|
| 2586 |
gap: 12px;
|
| 2587 |
-
margin: -
|
| 2588 |
}
|
| 2589 |
|
| 2590 |
.bte-ideal-filter {
|
|
@@ -2675,6 +2675,7 @@ button.bte-action *,
|
|
| 2675 |
grid-template-columns: repeat(2, minmax(0, 1fr));
|
| 2676 |
align-items: start;
|
| 2677 |
gap: 12px;
|
|
|
|
| 2678 |
}
|
| 2679 |
|
| 2680 |
.bte-ideal-column {
|
|
|
|
| 2524 |
max-width: 100% !important;
|
| 2525 |
margin-left: auto !important;
|
| 2526 |
margin-right: auto !important;
|
| 2527 |
+
margin-top: 0;
|
| 2528 |
display: grid;
|
| 2529 |
+
gap: 0;
|
| 2530 |
background: var(--bte-page);
|
| 2531 |
}
|
| 2532 |
|
|
|
|
| 2535 |
max-width: var(--bte-rail) !important;
|
| 2536 |
margin: 0 auto !important;
|
| 2537 |
background: rgb(248, 249, 252) !important;
|
| 2538 |
+
gap: 0;
|
| 2539 |
}
|
| 2540 |
|
| 2541 |
.bte-final-report .bte-ideal-marker {
|
|
|
|
| 2552 |
align-items: center;
|
| 2553 |
justify-content: space-between;
|
| 2554 |
gap: 22px;
|
| 2555 |
+
padding: 24px 28px 14px;
|
| 2556 |
border: 1px solid rgba(255, 255, 255, 0.42);
|
| 2557 |
border-radius: var(--bte-radius);
|
| 2558 |
color: #ffffff;
|
|
|
|
| 2584 |
display: grid;
|
| 2585 |
grid-template-columns: repeat(4, minmax(0, 1fr));
|
| 2586 |
gap: 12px;
|
| 2587 |
+
margin: -10px 0 0;
|
| 2588 |
}
|
| 2589 |
|
| 2590 |
.bte-ideal-filter {
|
|
|
|
| 2675 |
grid-template-columns: repeat(2, minmax(0, 1fr));
|
| 2676 |
align-items: start;
|
| 2677 |
gap: 12px;
|
| 2678 |
+
margin-top: -2px;
|
| 2679 |
}
|
| 2680 |
|
| 2681 |
.bte-ideal-column {
|