Added file option to import image to current layer

This commit is contained in:
NSSure
2022-10-21 03:52:55 -04:00
parent 14d5048756
commit 02806c7efa
10 changed files with 111 additions and 1 deletions

13
css/_import-image.scss Normal file
View File

@@ -0,0 +1,13 @@
#import-image {
.import-image-file {
button {
margin: 0;
}
}
.import-image-checkbox {
height: 50px;
display: flex;
align-items: center;
}
}

View File

@@ -17,4 +17,5 @@
@import 'palette-editor';
@import 'splash-page';
@import "export";
@import "save-project";
@import "save-project";
@import "import-image";