mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 20:37:42 +00:00
Move files into the root library (#3217)
* Move files into the root library * Add border when file into the root library * modify some style * delete overflow:visible * Add border-bottom
This commit is contained in:
@@ -36,10 +36,25 @@
|
||||
|
||||
/*tree view */
|
||||
.tree-view {
|
||||
margin-left: -10px;
|
||||
margin-left: -9px;
|
||||
padding: 12px 12px 12px 0;
|
||||
line-height: 1.5;
|
||||
flex: 1;
|
||||
border: 1px solid rgba(69,170,242,0);
|
||||
}
|
||||
|
||||
.tree-view-drop {
|
||||
border: 1px solid rgba(69,170,242);
|
||||
}
|
||||
|
||||
.tree-view-drop::before {
|
||||
border-left: 1px solid rgba(69,170,242);
|
||||
content: '';
|
||||
margin-left: 8px;
|
||||
height: calc(100% + 24px);
|
||||
display: block;
|
||||
margin-top: -12px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.tree-node-inner {
|
||||
|
Reference in New Issue
Block a user