1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

[search] fixup & improvement(display at most 20 result items in the (#6930)

* [search] fixup & improvement(display at most 20 result items in the
dialog & a possile 'More' link)

- display at most 20 search result items in the dialog
- if there are more than 20 result items, display a 'More' link in the
  bottom of the dialog. click the link, an independent search result
  page will be shown, with all the search parameters kept.

* [search] add the missing icon
This commit is contained in:
llj
2024-10-21 17:39:24 +08:00
committed by GitHub
parent 201da77dd1
commit 45903274d9
3 changed files with 41 additions and 18 deletions

View File

@@ -385,3 +385,18 @@
font-weight: normal;
margin: 7px 0 10px;
}
.search-result-container .more-search-result {
margin-top: -4px;
height: 40px;
}
.search-result-container .more-search-result-icon {
width: 1rem;
color: #ec8000;
margin: 0 10px;
}
.search-result-container .more-search-result-text {
font-size: .875rem;
}