mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: Align ticks with bottom edge of leaderboard bars
This commit is contained in:
parent
c9c7aea1c4
commit
e39eef1ed7
1 changed files with 2 additions and 2 deletions
|
@ -125,8 +125,8 @@ The model also has to successfully apply all its changes to the source file with
|
||||||
.percent-tick, .cost-tick {
|
.percent-tick, .cost-tick {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(13px); /* Position at bottom of bar (36px/2 + 10px/2) */
|
||||||
height: 10px; /* Match the height of the bar */
|
height: 10px; /* Short tick */
|
||||||
width: 1px;
|
width: 1px;
|
||||||
background-color: rgba(170, 170, 170, 0.2);
|
background-color: rgba(170, 170, 170, 0.2);
|
||||||
z-index: 2; /* Above the bar but below the text */
|
z-index: 2; /* Above the bar but below the text */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue