fix #347
This commit is contained in:
parent
6518bf14bf
commit
19d6aa230d
1 changed files with 5 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar__file-item {
|
.sidebar__file-item {
|
||||||
height: #{20 / $base-font-size}rem;
|
// height: #{20 / $base-font-size}rem;
|
||||||
font-size: #{12 / $base-font-size}rem;
|
font-size: #{12 / $base-font-size}rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -68,6 +68,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar__file-item--folder {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
// to indent each row in the file tree
|
// to indent each row in the file tree
|
||||||
// not sure how to do this in a better way
|
// not sure how to do this in a better way
|
||||||
// it won't work if the file tree is too nested
|
// it won't work if the file tree is too nested
|
||||||
|
|
Loading…
Reference in a new issue