From 2b8d342e75f31341b54e28c7484a06bd9d0e772f Mon Sep 17 00:00:00 2001 From: Desktop Date: Thu, 13 Nov 2025 00:35:50 +0500 Subject: [PATCH] Revert "1234" This reverts commit 621ee60521d35b6776614f1952e5c499f24cb546. --- frontend/src/pages/Writer/Images.tsx | 34 ++++++++++++---------------- frontend/src/styles/igny8-colors.css | 16 +++++++++++++ 2 files changed, 30 insertions(+), 20 deletions(-) diff --git a/frontend/src/pages/Writer/Images.tsx b/frontend/src/pages/Writer/Images.tsx index 97b1778d..e4f0f61e 100644 --- a/frontend/src/pages/Writer/Images.tsx +++ b/frontend/src/pages/Writer/Images.tsx @@ -569,28 +569,22 @@ export default function Images() { isLoading={isUpdatingStatus} /> - {/* Lightbox - Use same background as Modal */} + {/* Lightbox */} {lightboxOpen && ( -
- {/* Modal background - same as ImageQueueModal */} -
+ setLightboxOpen(false)} + index={lightboxIndex} + slides={lightboxSlides} + on={{ view: ({ index }) => setLightboxIndex(index) }} + /> + {/* Custom Close Button - Match Modal Style */} +
-
- setLightboxOpen(false)} - index={lightboxIndex} - slides={lightboxSlides} - on={{ view: ({ index }) => setLightboxIndex(index) }} - /> - {/* Custom Close Button - Match Modal Style */} -