1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 08:53:14 +00:00

Add split line (#3222)

This commit is contained in:
zxj96
2019-04-09 10:19:25 +08:00
committed by Daniel Pan
parent 243b6aedea
commit 9f958bcc2e
2 changed files with 23 additions and 9 deletions

View File

@@ -17,6 +17,14 @@
border-radius: 3px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.right-tree-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.right-tree-item {
display: block;
width: 100%;