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

Fix search input UI (#5769)

* fix code warnings

* change search UI
This commit is contained in:
Michael An
2023-11-15 15:39:47 +08:00
committed by GitHub
parent c5e9bb9d8f
commit 4e5c6fa98a
5 changed files with 57 additions and 26 deletions

View File

@@ -83,6 +83,10 @@
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;

View File

@@ -2,6 +2,11 @@
width: 22px;
height: 12px;
border-radius: 6px;
cursor: pointer;
}
.seahub-switch.small .custom-switch-indicator.disabled {
cursor: default;
}
.seahub-switch.small .custom-switch-indicator:before {