blob: c2c13560e0cd74e6ddb8cb7793ceacdeba8acd70 [file]
/* Astryx owns the command palette surface, input, listbox, rows, states, and
* footer. Maka styles only product content rendered inside those slots. */
.maka-palette-icon {
/* A glyph slot, not a plate: the chrome-sized glyph sizes itself — the
grid only centres it. */
display: grid;
place-items: center;
color: var(--muted-foreground);
}
.maka-palette-label {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.maka-palette-hint,
.maka-palette-footer-hint {
display: inline-flex;
align-items: center;
gap: var(--space-1);
white-space: nowrap;
}
.maka-palette-hint {
font: var(--maka-text-supporting);
color: var(--muted-foreground);
font-variant-numeric: tabular-nums;
}
.maka-palette-empty {
gap: 10px;
padding-block: 26px;
color: var(--muted-foreground);
}
@media (min-width: 768px) {
.maka-palette-empty { padding-block: 32px; }
}