style: Align cost-tick height with bar height in leaderboards

This commit is contained in:
Paul Gauthier (aider) 2025-04-12 23:20:56 -07:00
parent 278f90acdd
commit a14c0ccac6

View file

@ -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 */