Upload templates/index.html with huggingface_hub
Browse files- templates/index.html +7 -0
templates/index.html
CHANGED
|
@@ -642,17 +642,24 @@ button:disabled {
|
|
| 642 |
border-radius: 10px;
|
| 643 |
border: 1px solid #e0e0e0;
|
| 644 |
margin: 15px 0;
|
|
|
|
| 645 |
}
|
| 646 |
|
| 647 |
.compact-legend-section h5 {
|
| 648 |
color: #1976D2;
|
| 649 |
margin-bottom: 10px;
|
|
|
|
| 650 |
font-size: 14px;
|
| 651 |
display: flex;
|
| 652 |
align-items: center;
|
| 653 |
gap: 6px;
|
| 654 |
}
|
| 655 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 656 |
.compact-legend-grid {
|
| 657 |
display: grid;
|
| 658 |
grid-template-columns: repeat(3, 1fr);
|
|
|
|
| 642 |
border-radius: 10px;
|
| 643 |
border: 1px solid #e0e0e0;
|
| 644 |
margin: 15px 0;
|
| 645 |
+
height: 60px; /* ← hauteur fixe */
|
| 646 |
}
|
| 647 |
|
| 648 |
.compact-legend-section h5 {
|
| 649 |
color: #1976D2;
|
| 650 |
margin-bottom: 10px;
|
| 651 |
+
margin-top: 0;
|
| 652 |
font-size: 14px;
|
| 653 |
display: flex;
|
| 654 |
align-items: center;
|
| 655 |
gap: 6px;
|
| 656 |
}
|
| 657 |
|
| 658 |
+
.compact-legend-section {
|
| 659 |
+
margin-top: 0;
|
| 660 |
+
padding-top: 0;
|
| 661 |
+
}
|
| 662 |
+
|
| 663 |
.compact-legend-grid {
|
| 664 |
display: grid;
|
| 665 |
grid-template-columns: repeat(3, 1fr);
|