From 9c15a367ea39d5d6414e86a479b4e80d028b092e Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 25 Nov 2025 21:20:22 +0800 Subject: [PATCH] refactor(gallery): adjust navClose min-width to 25% (#535) Reduce min-width from 30% to 25% for better mobile gallery layout balance. Signed-off-by: Sped0n --- assets/scss/_partial/_gallery.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/_partial/_gallery.scss b/assets/scss/_partial/_gallery.scss index fb3b6e8..33195a9 100644 --- a/assets/scss/_partial/_gallery.scss +++ b/assets/scss/_partial/_gallery.scss @@ -53,7 +53,7 @@ align-items: center; .navClose { - min-width: 30%; + min-width: 25%; text-align: right; cursor: pointer; }