fix: remove copy icon, reduce padding, reposition badges in dropdown

This commit is contained in:
Nathan Flurry 2026-01-27 20:42:45 -08:00
parent d85f55a75b
commit d30ddc24f2
8 changed files with 246 additions and 68 deletions

View file

@ -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 {