Added ability to select import position

This commit is contained in:
NSSure
2022-10-22 05:46:48 -04:00
parent eb139ef8e7
commit b8d1f11f93
5 changed files with 204 additions and 16 deletions

View File

@@ -1,12 +1,17 @@
#import-image {
ul {
list-style-type: none;
margin: 15px 0;
padding: 0;
}
.import-image-file {
button {
margin: 0;
}
}
.import-image-checkbox {
height: 50px;
.import-image-location-pivot {
display: flex;
align-items: center;
}