mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
jump to note list: Improve layout
This commit is contained in:
@@ -506,7 +506,6 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th
|
||||
|
||||
.algolia-autocomplete-container .aa-dropdown-menu {
|
||||
position: inherit !important;
|
||||
max-height: 40vh;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
@@ -1075,3 +1074,15 @@ textarea {
|
||||
position: relative;
|
||||
top: 8px;
|
||||
}
|
||||
|
||||
.jump-to-note-dialog .modal-body {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
.jump-to-note-results .aa-dropdown-menu {
|
||||
max-height: 40vh;
|
||||
}
|
||||
|
||||
.jump-to-note-results .aa-suggestions {
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user