mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: Improve leaderboard controls appearance with CSS styling
This commit is contained in:
parent
b6d4246e18
commit
1c54907b30
1 changed files with 16 additions and 0 deletions
|
@ -111,6 +111,22 @@ Aider works best with high-scoring models, though it [can connect to almost any
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* --- Control Styles --- */
|
||||||
|
#controls-container {
|
||||||
|
margin-bottom: 20px; /* Add some space below controls */
|
||||||
|
}
|
||||||
|
|
||||||
|
#editSearchInput, #view-mode-select {
|
||||||
|
padding: 8px 12px; /* Consistent padding */
|
||||||
|
border: 1px solid #ccc; /* Slightly softer border */
|
||||||
|
border-radius: 4px;
|
||||||
|
font-size: 14px; /* Match table font size */
|
||||||
|
height: 38px; /* Match height */
|
||||||
|
box-sizing: border-box; /* Include padding/border in height */
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.bar-cell {
|
.bar-cell {
|
||||||
position: relative; /* Positioning context for the bar */
|
position: relative; /* Positioning context for the bar */
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue