diff --git a/web/index.css b/web/index.css index 973369d..c688b8d 100644 --- a/web/index.css +++ b/web/index.css @@ -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; diff --git a/web/index.html b/web/index.html index 9325b0a..4f9f576 100644 --- a/web/index.html +++ b/web/index.html @@ -28,11 +28,19 @@ - + + - - +
+
+ + + +
+
+
+