From dcafab2764bbd5b4a215420fc4558c67431347b4 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sun, 13 Apr 2025 11:58:03 -0700 Subject: [PATCH] style: Improve leaderboard layout on narrow screens --- aider/website/docs/leaderboards/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index b06e3a3f2..b21e10948 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -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 */