You've already forked collage-maker
implement reorder
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user