feat: serve asset from db + editor mobile improvements

This commit is contained in:
Nick
2019-05-18 02:27:30 -04:00
parent d27ffe7ca4
commit 965f0ad2cd
8 changed files with 168 additions and 88 deletions

View File

@@ -27,3 +27,9 @@
radial-gradient(ellipse at bottom, mc('grey', '800'), mc('grey', '900'));
}
}
.v-dialog--fullscreen {
@include until($tablet) {
padding-top: 56px;
}
}