Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Single column CSS.
Browse files
src/display/css_html_js.py
CHANGED
|
@@ -8,7 +8,7 @@ custom_css = """
|
|
| 8 |
|
| 9 |
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@500;600&display=swap');
|
| 10 |
|
| 11 |
-
button[role="tab"][aria-controls="formulaone-
|
| 12 |
button[role="tab"][aria-controls="llm-benchmark-tab-table"] {
|
| 13 |
font-family: 'Exo 2', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
|
| 14 |
letter-spacing: 0.25px;
|
|
@@ -58,6 +58,12 @@ button[role="tab"][aria-controls="llm-benchmark-tab-table"] {
|
|
| 58 |
white-space: nowrap;
|
| 59 |
}
|
| 60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
.tab-buttons button {
|
| 62 |
font-size: 20px;
|
| 63 |
}
|
|
|
|
| 8 |
|
| 9 |
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@500;600&display=swap');
|
| 10 |
|
| 11 |
+
button[role="tab"][aria-controls="formulaone-leaderboard-tab-table"],
|
| 12 |
button[role="tab"][aria-controls="llm-benchmark-tab-table"] {
|
| 13 |
font-family: 'Exo 2', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
|
| 14 |
letter-spacing: 0.25px;
|
|
|
|
| 58 |
white-space: nowrap;
|
| 59 |
}
|
| 60 |
|
| 61 |
+
/* Change leaderboard to 'single column' */
|
| 62 |
+
#formulaone-leaderboard-tab-table .column .row .column {
|
| 63 |
+
min-width: 100% !important;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
+
|
| 67 |
.tab-buttons button {
|
| 68 |
font-size: 20px;
|
| 69 |
}
|