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 <hi@sped0n.com>
This commit is contained in:
Ryan
2025-11-25 21:20:22 +08:00
committed by GitHub
parent 73ee16c6fb
commit 9c15a367ea

View File

@@ -53,7 +53,7 @@
align-items: center;
.navClose {
min-width: 30%;
min-width: 25%;
text-align: right;
cursor: pointer;
}