From a14c0ccac6e474541fd78039b871663896086627 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 12 Apr 2025 23:20:56 -0700 Subject: [PATCH] style: Align cost-tick height with bar height in leaderboards --- aider/website/docs/leaderboards/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 01a4f56fc..c87c16f2d 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -129,8 +129,9 @@ The model also has to successfully apply all its changes to the source file with } .cost-tick { position: absolute; - top: 0; - bottom: 0; + top: 50%; + transform: translateY(-50%); + height: 36px; /* Match the height of the bar */ width: 1px; background-color: rgba(221, 221, 221, 0.5); z-index: 0; /* Behind the bar and text */