1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

[search] redesigned 'show more' for search in wiki (#4383)

* [search] redesigned 'show more' for search in wiki

* [search] modification

* [search] added wiki-search.js

* [wiki] search: modified placeholder text; removed 'arrow'
This commit is contained in:
llj
2019-12-31 16:58:45 +08:00
committed by Daniel Pan
parent fbac92ec68
commit 1c76000843
5 changed files with 348 additions and 59 deletions

View File

@@ -44,6 +44,10 @@
border-radius: 0 0 3px 3px;
box-shadow: 0 3px 8px 0 rgba(116, 129, 141, 0.1);
}
.dropdown-search-result-container {
max-height: 300px;
overflow: auto;
}
.search-result-container .search-result-none {
text-align: center;