mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-13 08:05:01 +00:00
style: Make leaderboard bars 2x taller
This commit is contained in:
parent
813d34a0e9
commit
a663ff7fa8
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ The model also has to successfully apply all its changes to the source file with
|
|||
top: 50%; /* Position at the middle of the cell */
|
||||
transform: translateY(-50%); /* Center the bar vertically */
|
||||
z-index: 0; /* Behind the text */
|
||||
height: 24px; /* Fixed bar height */
|
||||
height: 48px; /* Fixed bar height - 2x taller than before */
|
||||
border-radius: 0 2px 2px 0; /* Slightly rounded end corners */
|
||||
/* Width and colors are set inline via style attribute */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue