fix height of sketch list
This commit is contained in:
parent
12c0581ee0
commit
380b960328
3 changed files with 9 additions and 9 deletions
|
@ -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 {
|
.sketch-list__header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
|
@ -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;
|
|
||||||
}
|
|
|
@ -28,5 +28,4 @@
|
||||||
@import 'components/toast';
|
@import 'components/toast';
|
||||||
|
|
||||||
@import 'layout/ide';
|
@import 'layout/ide';
|
||||||
@import 'layout/sketch-list';
|
|
||||||
@import 'layout/fullscreen';
|
@import 'layout/fullscreen';
|
||||||
|
|
Loading…
Reference in a new issue