1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

[search] 'turn on/off semantic search': redesigned UI/UX for this setting (added a 'setting' icon to toggle the new 'setting popover') (#5932)

This commit is contained in:
llj
2024-02-01 16:20:46 +08:00
committed by GitHub
parent 24e0b20527
commit 26bc311673
9 changed files with 229 additions and 89 deletions

View File

@@ -47,6 +47,22 @@
text-decoration: none;
}
.search-icon-right.sf3-font-set-up {
left: auto;
right: 25px;
}
.search-container .search-settings {
left: 1rem;
right: 14px;
top: 54px;
z-index: 100;
}
.search-container .search-settings .custom-switch {
padding-left: 0;
}
.search-icon-arrow {
right: 40px;
left: auto;
@@ -83,10 +99,6 @@
flex-direction: column;
}
.dropdown-search-result-container .seahub-switch .custom-switch {
padding-left: 0;
}
.search-result-container .search-result-none {
text-align: center;
line-height: 4rem;