diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 13cde9d73..dd32b96d4 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -1781,10 +1781,9 @@ textarea { } /* Command palette styling */ -.jump-to-note-dialog .aa-suggestion .command-suggestion { - margin: -0.5rem -1rem; - padding: 0.75rem 1rem; - border-left: 3px solid var(--main-border-color); +.jump-to-note-dialog .aa-suggestion .command-suggestion, +.jump-to-note-dialog .aa-suggestion .command-suggestion div { + padding: 0; } .jump-to-note-dialog .aa-cursor .command-suggestion, @@ -1822,8 +1821,8 @@ textarea { .jump-to-note-dialog .command-description { margin-top: 0.25rem; font-size: 0.875em; - color: var(--muted-text-color); line-height: 1.3; + opacity: 0.75; } .empty-table-placeholder {