fix: Adjust bar-viz height in leaderboards page CSS

This commit is contained in:
Paul Gauthier (aider) 2025-04-12 20:43:07 -07:00
parent 48fd0e71d5
commit 3b96d1bd57

View file

@ -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: 36px; /* Fixed bar height - 2x taller than before */
height: 72px; /* 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 */
}