From bcb35ccf44039cb706632979c795f2947d8f181c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 12 Apr 2025 20:42:58 -0700 Subject: [PATCH] style: Reduce leaderboard bar height for better readability --- aider/website/docs/leaderboards/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 760434bb1..c8172e1bf 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -125,7 +125,7 @@ The model also has to successfully apply all its changes to the source file with top: 50%; /* Position at the middle of the cell */ transform: translateY(-50%); /* Center the bar vertically */ z-index: 0; /* Behind the text */ - height: 48px; /* Fixed bar height - 2x taller than before */ + height: 36px; /* Fixed bar height - 2x taller than before */ border-radius: 0 2px 2px 0; /* Slightly rounded end corners */ /* Width and colors are set inline via style attribute */ }