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