Add shell slots and destination utilities
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user