From 22a767ab0734ce81ca09a749f18ede0e7f237c07 Mon Sep 17 00:00:00 2001 From: cocos02 Date: Fri, 12 Jun 2026 13:15:30 +0800 Subject: [PATCH] fix: add bottom margin to footer details so they don't touch progress bar --- src/components/StoryGallery.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/StoryGallery.vue b/src/components/StoryGallery.vue index bfc11fd..ed8a705 100644 --- a/src/components/StoryGallery.vue +++ b/src/components/StoryGallery.vue @@ -400,6 +400,7 @@ const tree = computed(() => buildTreeForChapter(currentChapterId.value)) display: flex; align-items: center; gap: 16px; + margin-bottom: 8px; } .footer-stat {