fix height of sketch list

This commit is contained in:
catarak 2016-09-07 21:51:54 -04:00
parent 12c0581ee0
commit 380b960328
3 changed files with 9 additions and 9 deletions

View File

@ -1,3 +1,12 @@
.sketch-list {
@extend %modal;
display: flex;
flex-wrap: wrap;
flex-flow: column;
width: #{1000 / $base-font-size}rem;
height: 80%;
}
.sketch-list__header {
display: flex;
justify-content: space-between;

View File

@ -1,8 +0,0 @@
.sketch-list {
@extend %modal;
display: flex;
flex-wrap: wrap;
flex-flow: column;
width: #{1000 / $base-font-size}rem;
height: #{700 / $base-font-size}rem;
}

View File

@ -28,5 +28,4 @@
@import 'components/toast';
@import 'layout/ide';
@import 'layout/sketch-list';
@import 'layout/fullscreen';