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

Improve/move dirent dialog UI (#6786)

* update move dialog and search input

* update move dialog ui

* clean up code

* update code

---------

Co-authored-by: renjie-run <rj.aiyayao@gmail.com>
This commit is contained in:
Aries
2024-09-23 09:48:43 +08:00
committed by GitHub
parent 721e9dd689
commit 69e40146c4
20 changed files with 803 additions and 257 deletions

View File

@@ -307,7 +307,7 @@
}
.custom-modal .modal-body {
flex: 1;
height: 100%;
display: flex;
flex-direction: column;
gap: 1rem;
@@ -325,6 +325,10 @@
padding: 0.5rem;
}
.custom-modal .modal-body .file-chooser-container {
height: 24rem;
}
.custom-modal .repo-list-col {
max-width: 240px;
padding: 1rem;