Update src/display/css_html_js.py
Browse files- src/display/css_html_js.py +11 -0
src/display/css_html_js.py
CHANGED
|
@@ -53,6 +53,17 @@ table th:first-child {
|
|
| 53 |
margin-top: 25rem !important;
|
| 54 |
}
|
| 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
.tab-buttons button {
|
| 57 |
font-size: 20px;
|
| 58 |
}
|
|
|
|
| 53 |
margin-top: 25rem !important;
|
| 54 |
}
|
| 55 |
|
| 56 |
+
#component-35 {
|
| 57 |
+
height: 100% !important;
|
| 58 |
+
background: #2563ea !important;
|
| 59 |
+
color: white !important;
|
| 60 |
+
}
|
| 61 |
+
#model_comparison {
|
| 62 |
+
height: 6rem !important;
|
| 63 |
+
overflow: auto !important;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
|
| 67 |
.tab-buttons button {
|
| 68 |
font-size: 20px;
|
| 69 |
}
|