1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00

12.0-feat: add search library sup (#6211)

* 12.0-feat: add search library sup

* change highlight style

* change search api

---------

Co-authored-by: Michael An <2331806369@qq.com>
This commit is contained in:
cir9no
2024-07-01 14:37:49 +08:00
committed by GitHub
parent ca6861c8d8
commit adb0ab58fa
7 changed files with 270 additions and 12 deletions

View File

@@ -410,3 +410,17 @@
margin-left: 6px;
color: #666;
}
.library-result-container {
margin-bottom: 16px;
}
.library-result-divider {
margin: 10px 0 16px;
}
.library-result-header {
color: #666666;
font-size: 14px;
margin-bottom: 10px;
}