Add shell slots and destination utilities

This commit is contained in:
2026-03-21 13:19:11 +01:00
parent b3c846d1ef
commit 15a2b0825a
11 changed files with 210 additions and 20 deletions

View File

@@ -0,0 +1,19 @@
.shell-omnibox-trigger {
width: 100%;
display: inline-flex;
align-items: center;
justify-content: flex-start;
min-height: 2.75rem;
padding: 0.65rem 0.9rem;
border: 1px solid var(--border-default);
border-radius: 999px;
background: color-mix(in srgb, var(--surface-2) 84%, transparent);
color: var(--text-secondary);
box-sizing: border-box;
}
.shell-omnibox-trigger-label {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}