feat: style device select dropdown for new session dialog

This commit is contained in:
Brian Krabach
2026-04-04 08:16:33 -07:00
parent 44e47c5228
commit be1913849e
2 changed files with 28 additions and 0 deletions
+20
View File
@@ -1522,6 +1522,26 @@ body {
color: var(--text-dim);
}
.new-session-device-select {
background: var(--bg);
border: 1px solid var(--border);
border-radius: 4px;
font-size: 12px;
font-family: var(--font-ui);
padding: 4px 6px;
color: var(--text);
outline: none;
margin-right: 6px;
vertical-align: middle;
}
.fab-input-overlay .new-session-device-select {
display: block;
width: 100%;
margin-bottom: 6px;
margin-right: 0;
}
/* ============================================================
Sidebar sticky footer (+ New button)
============================================================ */