mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Apply left border only to the first column in view mode
This commit is contained in:
parent
65a0e5f771
commit
d686f6844d
1 changed files with 3 additions and 2 deletions
|
@ -210,10 +210,11 @@ human intervention.
|
|||
/* Style for highlighted rows in view mode */
|
||||
tr.view-highlighted > td {
|
||||
background-color: #fffef5; /* Very light yellow/cream */
|
||||
border-left: 4px solid #ffc107; /* Warning yellow border */
|
||||
/* Border moved to specific cell below */
|
||||
}
|
||||
/* Adjust padding for the first *visible* cell (Model name) in view mode */
|
||||
/* Apply border and adjust padding ONLY for the first *visible* cell (Model name) in view mode */
|
||||
tr.view-highlighted > td:nth-child(2) {
|
||||
border-left: 4px solid #ffc107; /* Warning yellow border */
|
||||
/* Original padding is 8px. Subtract border width. */
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue