We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18f37f commit ee68aafCopy full SHA for ee68aaf
src/pages/LeaderboardPage.css
@@ -163,7 +163,7 @@
163
}
164
165
:root {
166
- --lb-grid: 0.6fr /* Rank */ 1fr /* Name */ 0.9fr /* Affiliation */ 1.2fr /* Type */ 0.8fr
+ --lb-grid: 0.6fr /* Rank */ 1.5fr /* Name */ 1.2fr /* Affiliation */ 1.2fr /* Type */ 0.8fr
167
/* Arena */ 0.8fr /* Opt. Select */ 0.8fr /* Opt. Cost */ 0.8fr /* Opt. Acc */ 0.8fr
168
/* Latency */ 0.8fr; /* Robust */
169
@@ -318,12 +318,15 @@
318
align-items: center;
319
text-align: left;
320
justify-content: flex-start;
321
+ overflow-x: auto !important;
322
+ white-space: nowrap !important;
323
324
325
.affiliation-col {
326
+ scrollbar-width: thin;
327
overflow-x: auto !important;
328
white-space: nowrap !important;
- scrollbar-width: thin;
329
+
330
331
332
0 commit comments