mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +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 {
|
.cost-tick {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 50%;
|
||||||
bottom: 0;
|
transform: translateY(-50%);
|
||||||
|
height: 36px; /* Match the height of the bar */
|
||||||
width: 1px;
|
width: 1px;
|
||||||
background-color: rgba(221, 221, 221, 0.5);
|
background-color: rgba(221, 221, 221, 0.5);
|
||||||
z-index: 0; /* Behind the bar and text */
|
z-index: 0; /* Behind the bar and text */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue