From 42828434a4260d3ab02592d183bac5eeb68a8862 Mon Sep 17 00:00:00 2001 From: Till JS Date: Sat, 25 Apr 2026 15:03:05 +0200 Subject: [PATCH] fix(picture): lightbox sits above PillNav + tighter meta column MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two follow-ups on the borderless redesign: - z-index bumped from `z-50` to `z-[100]`. The `(app)/+layout`'s `.bottom-stack` (PillNav, QuickInputBar, sync-status row) sits at z-index 90, so Tailwind's `z-50` was leaving the bottom chrome poking through the dark backdrop. 100 is the next round number above the layout's stack and keeps the lightbox unambiguously on top of everything in the (app) tree. - Meta column tightens from `max-w-md` (~28rem) to `max-w-[14rem]` (~224px) so even long prompts hug the right edge instead of stretching halfway across the image. The detail row gains `flex-wrap: wrap` so model + dimensions + date wrap cleanly when they don't fit on one line — `justify-content: flex-end` keeps every line right-aligned to the corner. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../picture/components/ImageLightbox.svelte | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/apps/mana/apps/web/src/lib/modules/picture/components/ImageLightbox.svelte b/apps/mana/apps/web/src/lib/modules/picture/components/ImageLightbox.svelte index 9fbd0210b..8254a016d 100644 --- a/apps/mana/apps/web/src/lib/modules/picture/components/ImageLightbox.svelte +++ b/apps/mana/apps/web/src/lib/modules/picture/components/ImageLightbox.svelte @@ -60,8 +60,12 @@ {#if image} +