From 3d044b5076f817af0d268863bcea7f86f7de55b0 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Mon, 12 Aug 2024 22:56:50 -0400 Subject: [PATCH] implement reorder --- web/index.css | 17 ++++++++++ web/index.html | 14 ++++++-- web/index.js | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 116 insertions(+), 3 deletions(-) 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 @@ - + + - - +
+
+ + + +
+
+
+