mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-18 05:01:58 +00:00
fix: remove copy icon, reduce padding, reposition badges in dropdown
This commit is contained in:
parent
d85f55a75b
commit
d30ddc24f2
8 changed files with 246 additions and 68 deletions
|
|
@ -477,13 +477,14 @@
|
|||
border: 1px solid transparent;
|
||||
color: var(--text);
|
||||
text-align: left;
|
||||
padding: 6px 8px;
|
||||
padding: 6px;
|
||||
border-radius: 6px;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
transition: all var(--transition);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
|
|
@ -496,6 +497,13 @@
|
|||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
.agent-option-left {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.agent-option-name {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
@ -509,6 +517,7 @@
|
|||
|
||||
.agent-badge.installed {
|
||||
color: var(--muted);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.agent-badge.version {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue