mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
style: Improve leaderboard bar chart tick visibility
This commit is contained in:
parent
e39eef1ed7
commit
4c45f0e44b
1 changed files with 3 additions and 3 deletions
|
@ -125,10 +125,10 @@ 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(13px); /* Position at bottom of bar (36px/2 + 10px/2) */
|
transform: translateY(10px);
|
||||||
height: 10px; /* Short tick */
|
height: 8px; /* Short tick */
|
||||||
width: 1px;
|
width: 1px;
|
||||||
background-color: rgba(170, 170, 170, 0.2);
|
background-color: rgba(170, 170, 170, 0.5);
|
||||||
z-index: 2; /* Above the bar but below the text */
|
z-index: 2; /* Above the bar but below the text */
|
||||||
}
|
}
|
||||||
.bar-viz {
|
.bar-viz {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue