redesign command palette

- add collapsible search groups
- reduce modal padding
- reduce command item padding
- use breadcrumbs for pagination
- move page breadcrumbs to the bottom
This commit is contained in:
jeffvli
2026-03-17 22:28:07 -07:00
parent 3eafa73217
commit 3c562c1398
5 changed files with 146 additions and 44 deletions
@@ -14,7 +14,7 @@ input[cmdk-input] {
[cmdk-group-items] {
display: flex;
flex-direction: column;
gap: var(--theme-spacing-xs);
gap: 0;
}
[cmdk-item] {