This commit is contained in:
Cassie Tarakajian 2016-11-23 14:44:39 -05:00
parent 582a04c6eb
commit 1a9a6f8d84
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,9 @@
@include themify() {
border: 1px solid map-get($theme-map, 'ide-border-color');
}
display: flex;
flex-flow: column;
}
.sidebar__header {
@ -10,6 +13,7 @@
justify-content: space-between;
align-items: center;
height: #{47 / $base-font-size}rem;
min-height: #{47 / $base-font-size}rem;
}
.sidebar__title {
@ -43,6 +47,8 @@
.sidebar__root-item {
position: relative;
overflow-y: scroll;
flex: 1 1 auto;
}
.sidebar__file-item {