From dc4480c4e222b81f2c04a614cf61d2e0ff67d317 Mon Sep 17 00:00:00 2001 From: Franzz Date: Wed, 9 Sep 2026 17:27:19 +0200 Subject: [PATCH] Flatten lightbox comment into a vue component --- src/components/Lightbox.vue | 63 ++++++++++++++++++++++++----- src/components/ProjectMediaLink.vue | 48 +++++----------------- src/components/ProjectPost.vue | 15 ++++--- src/styles/_lightbox.scss | 9 +++++ src/styles/_mobile.scss | 4 -- 5 files changed, 79 insertions(+), 60 deletions(-) diff --git a/src/components/Lightbox.vue b/src/components/Lightbox.vue index 8495ee8..eaa78ab 100644 --- a/src/components/Lightbox.vue +++ b/src/components/Lightbox.vue @@ -1,24 +1,26 @@