mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
fix: Adjust cost tear marker position in leaderboards
This commit is contained in:
parent
53a64c88ad
commit
7d0a9c7233
1 changed files with 2 additions and 2 deletions
|
@ -184,8 +184,8 @@ human intervention.
|
|||
.cost-tear-marker {
|
||||
position: absolute;
|
||||
left: 90%; /* Position at 90% (around $45) */
|
||||
top: 0;
|
||||
height: 100%;
|
||||
top: 10%;
|
||||
height: 80%;
|
||||
width: 2px;
|
||||
background: repeating-linear-gradient(
|
||||
to bottom,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue