Added export dialogue for file name

This commit is contained in:
NSSure
2021-08-12 22:54:35 -04:00
parent 12ddba3924
commit d97b6f5ca5
8 changed files with 120 additions and 54 deletions

View File

@ -77,6 +77,18 @@
text-align: center;
}
}
div.pixel-export {
input {
background: $indent;
border: none;
border-radius: 4px;
color: $indenttext;
padding: 10px 20px;
margin: 0;
text-align: left;
}
}
/*
input {
background: $indent;