mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
style: Align cost-tick height with bar height in leaderboards
This commit is contained in:
parent
278f90acdd
commit
a14c0ccac6
1 changed files with 3 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue