style(command_palette): improve layout slightly

This commit is contained in:
Elian Doran 2025-07-27 15:49:12 +03:00
parent 37461d0eb3
commit d59d544c0f
No known key found for this signature in database

View File

@ -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 {