fix: add dropdown spacing, use friendly agent names in session list

This commit is contained in:
Nathan Flurry 2026-01-27 21:09:23 -08:00
parent 5930137a85
commit 02c9201bda
2 changed files with 3 additions and 3 deletions

View file

@ -458,7 +458,7 @@
.sidebar-add-menu {
position: absolute;
top: 30px;
top: 36px;
left: 0;
min-width: 200px;
background: var(--surface);
@ -732,7 +732,7 @@
top: 100%;
left: 50%;
transform: translateX(-50%);
margin-top: 4px;
margin-top: 8px;
min-width: 200px;
background: var(--surface);
border: 1px solid var(--border-2);