From d59d544c0fe5c2368a936ffdda6f90d7455079c9 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 27 Jul 2025 15:49:12 +0300 Subject: [PATCH] style(command_palette): improve layout slightly --- apps/client/src/stylesheets/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 {