Update app.py
Browse files
app.py
CHANGED
|
@@ -554,6 +554,7 @@ th, td {
|
|
| 554 |
}
|
| 555 |
|
| 556 |
table:has(th:nth-last-child(2):first-child),
|
|
|
|
| 557 |
table:has(th:nth-last-child(4):first-child),
|
| 558 |
table:has(th:nth-last-child(5):first-child),
|
| 559 |
table:has(th:nth-last-child(6):first-child) {
|
|
@@ -564,6 +565,10 @@ table:has(th:nth-last-child(6):first-child) {
|
|
| 564 |
table th:nth-last-child(2):first-child, table td:nth-last-child(2):first-child { width: 15% !important; min-width: 0 !important; }
|
| 565 |
table th:nth-last-child(1), table td:nth-last-child(1) { width: 85% !important; min-width: 0 !important; }
|
| 566 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 567 |
table th:nth-child(1):nth-last-child(4), table td:nth-child(1):nth-last-child(4) { width: 10% !important; min-width: 0 !important; }
|
| 568 |
table th:nth-child(2):nth-last-child(3), table td:nth-child(2):nth-last-child(3) { width: 40% !important; min-width: 0 !important; }
|
| 569 |
table th:nth-child(3):nth-last-child(2), table td:nth-child(3):nth-last-child(2) { width: 10% !important; min-width: 0 !important; }
|
|
|
|
| 554 |
}
|
| 555 |
|
| 556 |
table:has(th:nth-last-child(2):first-child),
|
| 557 |
+
table:has(th:nth-last-child(3):first-child),
|
| 558 |
table:has(th:nth-last-child(4):first-child),
|
| 559 |
table:has(th:nth-last-child(5):first-child),
|
| 560 |
table:has(th:nth-last-child(6):first-child) {
|
|
|
|
| 565 |
table th:nth-last-child(2):first-child, table td:nth-last-child(2):first-child { width: 15% !important; min-width: 0 !important; }
|
| 566 |
table th:nth-last-child(1), table td:nth-last-child(1) { width: 85% !important; min-width: 0 !important; }
|
| 567 |
|
| 568 |
+
table th:nth-child(2):nth-last-child(3), table td:nth-child(1):nth-last-child(3) { width: 30% !important; min-width: 0 !important; }
|
| 569 |
+
table th:nth-child(3):nth-last-child(2), table td:nth-child(2):nth-last-child(2) { width: 30% !important; min-width: 0 !important; }
|
| 570 |
+
table th:nth-child(4):nth-last-child(1), table td:nth-child(3):nth-last-child(1) { width: 40% !important; min-width: 0 !important; }
|
| 571 |
+
|
| 572 |
table th:nth-child(1):nth-last-child(4), table td:nth-child(1):nth-last-child(4) { width: 10% !important; min-width: 0 !important; }
|
| 573 |
table th:nth-child(2):nth-last-child(3), table td:nth-child(2):nth-last-child(3) { width: 40% !important; min-width: 0 !important; }
|
| 574 |
table th:nth-child(3):nth-last-child(2), table td:nth-child(3):nth-last-child(2) { width: 10% !important; min-width: 0 !important; }
|