mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: Improve leaderboard layout on narrow screens
This commit is contained in:
parent
3b6146301f
commit
dcafab2764
1 changed files with 5 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue