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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user