mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
style/quick search results: improve appearance
This commit is contained in:
committed by
Elian Doran
parent
f034e8bb37
commit
934c9d3df8
@@ -22,8 +22,9 @@ const TPL = /*html*/`
|
||||
}
|
||||
|
||||
.quick-search .dropdown-menu {
|
||||
max-height: 600px;
|
||||
max-width: 600px;
|
||||
max-height: 80vh;
|
||||
min-width: 400px;
|
||||
max-width: 720px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user