add list search links to command palette

This commit is contained in:
jeffvli
2026-03-18 02:51:27 -07:00
parent c16eccaecb
commit 67231753e4
6 changed files with 149 additions and 13 deletions
@@ -1,8 +1,6 @@
.root {
display: flex;
flex-direction: column;
}
@@ -32,6 +30,11 @@
opacity: 0.9;
}
.subtitle {
display: flex;
align-items: center;
}
.items {
display: flex;
flex-direction: column;