style/quick search results: improve appearance

This commit is contained in:
Adorian Doran
2025-08-27 02:38:51 +03:00
committed by Elian Doran
parent f034e8bb37
commit 934c9d3df8
4 changed files with 18 additions and 2 deletions

View File

@@ -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;