implement reorder

This commit is contained in:
2024-08-12 22:56:50 -04:00
parent e10efabcd5
commit 3d044b5076
3 changed files with 116 additions and 3 deletions

View File

@@ -31,6 +31,23 @@
aspect-ratio: var(--collage-ap);
}
#image-chooser-controls {
display: none;
width: 100%;
}
#image-preview-box {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
width: 80%;
}
#image-preview-box img {
width: 50px;
height: 50px;
}
.main-controls {
display: flex;
gap: 0.5rem;