From 07fd04e9f3a8ecbfafb63c3b56203360722d655d Mon Sep 17 00:00:00 2001 From: Desktop Date: Thu, 13 Nov 2025 00:35:59 +0500 Subject: [PATCH] Revert "x" This reverts commit 5bd2b00ee4a49fd7b4f9eb358c7af3159750fc79. --- frontend/src/pages/Writer/Images.tsx | 39 +++++----------------------- frontend/src/styles/igny8-colors.css | 16 ------------ 2 files changed, 7 insertions(+), 48 deletions(-) diff --git a/frontend/src/pages/Writer/Images.tsx b/frontend/src/pages/Writer/Images.tsx index e4f0f61e..d86ec590 100644 --- a/frontend/src/pages/Writer/Images.tsx +++ b/frontend/src/pages/Writer/Images.tsx @@ -570,38 +570,13 @@ export default function Images() { /> {/* Lightbox */} - {lightboxOpen && ( -
- 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) }} + /> {/* AI Function Logs - Display below table (only when Resource Debug is enabled) */} {resourceDebugEnabled && aiLogs.length > 0 && ( diff --git a/frontend/src/styles/igny8-colors.css b/frontend/src/styles/igny8-colors.css index 2d31f1c2..3b696ce5 100644 --- a/frontend/src/styles/igny8-colors.css +++ b/frontend/src/styles/igny8-colors.css @@ -230,22 +230,6 @@ .igny8-badge-danger { background: var(--igny8-red); } .igny8-badge-purple { background: var(--igny8-purple); } -/* =================================================================== - LIGHTBOX STYLES - Match Modal Background - =================================================================== */ -/* Use same background as modals: bg-gray-400/50 backdrop-blur-[32px] */ -.yarl__container { - background: rgba(156, 163, 175, 0.5) !important; /* gray-400/50 */ - backdrop-filter: blur(32px) !important; - -webkit-backdrop-filter: blur(32px) !important; -} - -.yarl__backdrop { - background: rgba(156, 163, 175, 0.5) !important; /* gray-400/50 */ - backdrop-filter: blur(32px) !important; - -webkit-backdrop-filter: blur(32px) !important; -} - /* =================================================================== COMPACT LAYOUT STYLES (Global - Apply to all pages) =================================================================== */