mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
jump to note list: Improve layout
This commit is contained in:
parent
52b5711ecd
commit
8c247ba7c6
@ -505,8 +505,7 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th
|
||||
}
|
||||
|
||||
.algolia-autocomplete-container .aa-dropdown-menu {
|
||||
position: inherit !important;
|
||||
max-height: 40vh;
|
||||
position: inherit !important;
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user