style: Improve leaderboard layout on narrow screens

This commit is contained in:
Paul Gauthier (aider) 2025-04-13 11:58:03 -07:00
parent 3b6146301f
commit dcafab2764

View file

@ -120,6 +120,11 @@ human intervention.
th.col-edit-format, td.col-edit-format {
display: none;
}
/* Increase width of Percent correct and Cost columns when others are hidden */
th:nth-child(3), td:nth-child(3), /* Percent correct */
th:nth-child(4), td:nth-child(4) { /* Cost */
width: 30% !important; /* Override inline style */
}
}
/* Hide command column on even smaller screens */