arranging things
Browse files- styles.css +7 -3
styles.css
CHANGED
|
@@ -594,11 +594,13 @@ h1, h2, h3, p, .markdown {
|
|
| 594 |
flex-direction: column !important;
|
| 595 |
}
|
| 596 |
|
| 597 |
-
/* Summary view - keep content centered */
|
| 598 |
.summary-view {
|
| 599 |
display: flex !important;
|
| 600 |
flex-direction: column !important;
|
| 601 |
align-items: center !important;
|
|
|
|
|
|
|
| 602 |
}
|
| 603 |
|
| 604 |
/* Keep the summary display centered */
|
|
@@ -606,9 +608,11 @@ h1, h2, h3, p, .markdown {
|
|
| 606 |
width: 100% !important;
|
| 607 |
}
|
| 608 |
|
| 609 |
-
/* Regressions
|
| 610 |
.regressions-header {
|
| 611 |
-
margin:
|
|
|
|
|
|
|
| 612 |
background: linear-gradient(135deg, #2a2a2a, #1e1e1e) !important;
|
| 613 |
color: white !important;
|
| 614 |
border: 1px solid #8B4513 !important;
|
|
|
|
| 594 |
flex-direction: column !important;
|
| 595 |
}
|
| 596 |
|
| 597 |
+
/* Summary view - keep content centered and grouped together */
|
| 598 |
.summary-view {
|
| 599 |
display: flex !important;
|
| 600 |
flex-direction: column !important;
|
| 601 |
align-items: center !important;
|
| 602 |
+
justify-content: flex-start !important;
|
| 603 |
+
gap: 10px !important;
|
| 604 |
}
|
| 605 |
|
| 606 |
/* Keep the summary display centered */
|
|
|
|
| 608 |
width: 100% !important;
|
| 609 |
}
|
| 610 |
|
| 611 |
+
/* Regressions components stay with the summary as a group */
|
| 612 |
.regressions-header {
|
| 613 |
+
margin: 0px 0px 10px 0px !important;
|
| 614 |
+
width: 100% !important;
|
| 615 |
+
max-width: 100% !important;
|
| 616 |
background: linear-gradient(135deg, #2a2a2a, #1e1e1e) !important;
|
| 617 |
color: white !important;
|
| 618 |
border: 1px solid #8B4513 !important;
|