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

fix search file when move file or dirent (#6480)

* fix search file when move file or dirent

* change style

* change style
This commit is contained in:
Michael An
2024-08-07 14:01:37 +08:00
committed by GitHub
parent 4dc0df7093
commit 8d17562ccd
3 changed files with 40 additions and 27 deletions

View File

@@ -98,13 +98,17 @@
background-color: #f5f5f5;
}
.file-chooser-search-container .searched-list-item {
cursor: pointer;
}
.file-chooser-search-input {
position: relative;
}
.file-chooser-search-input .search-control {
position: absolute;
top: 0.5rem;
top: 13px;
right: 1.5rem;
}