mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
style(command_palette): improve layout slightly
This commit is contained in:
parent
37461d0eb3
commit
d59d544c0f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user