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

select files and right dir tools is show (#6581)

This commit is contained in:
Michael An
2024-08-20 11:20:30 +08:00
committed by GitHub
parent 9051ad836e
commit a4caf6e970
3 changed files with 99 additions and 93 deletions

View File

@@ -379,3 +379,16 @@
.custom-modal .file-list-col .file-chooser-search-input {
padding: 0 1rem;
}
.cur-view-container .cur-view-path {
display: flex;
align-items: flex-start;
border-bottom: none;
}
.cur-view-container .cur-view-path .cur-view-path-left {
border-bottom: none;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 200ms;
}