mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +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 */
|
/* Command palette styling */
|
||||||
.jump-to-note-dialog .aa-suggestion .command-suggestion {
|
.jump-to-note-dialog .aa-suggestion .command-suggestion,
|
||||||
margin: -0.5rem -1rem;
|
.jump-to-note-dialog .aa-suggestion .command-suggestion div {
|
||||||
padding: 0.75rem 1rem;
|
padding: 0;
|
||||||
border-left: 3px solid var(--main-border-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.jump-to-note-dialog .aa-cursor .command-suggestion,
|
.jump-to-note-dialog .aa-cursor .command-suggestion,
|
||||||
@ -1822,8 +1821,8 @@ textarea {
|
|||||||
.jump-to-note-dialog .command-description {
|
.jump-to-note-dialog .command-description {
|
||||||
margin-top: 0.25rem;
|
margin-top: 0.25rem;
|
||||||
font-size: 0.875em;
|
font-size: 0.875em;
|
||||||
color: var(--muted-text-color);
|
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
|
opacity: 0.75;
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty-table-placeholder {
|
.empty-table-placeholder {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user