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

[search] keep & display items visited recently(for both global search & search in a single library) (#5826)

This commit is contained in:
llj
2023-12-13 10:59:16 +08:00
committed by GitHub
parent 2927c2ce02
commit ce2df5f223
3 changed files with 123 additions and 2 deletions

View File

@@ -346,3 +346,10 @@
.search-result-container .search-mode-similarity-index-status.index-status-uncreated {
cursor: pointer;
}
.visited-search-results-title {
color: #999;
font-size: .875rem;
font-weight: normal;
margin: 7px 0 10px;
}