From 9244bbb50fca3d80b79b9e5761d3f1fcc8a3e396 Mon Sep 17 00:00:00 2001 From: JSR Date: Wed, 18 Mar 2026 21:39:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E4=B8=80=E6=AD=A5=E6=94=B6=E7=B4=A7?= =?UTF-8?q?=E7=AB=96=E5=B1=8F=E5=88=97=E8=A1=A8=E5=8F=B3=E4=BE=A7=E7=95=99?= =?UTF-8?q?=E7=99=BD=E8=87=B34=E5=83=8F=E7=B4=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Home.tsx b/src/components/Home.tsx index 0c84488..f44abf4 100644 --- a/src/components/Home.tsx +++ b/src/components/Home.tsx @@ -1069,7 +1069,7 @@ export const Home: React.FC = ({ canEdit, isPortraitMode = false }) = const portraitListRightPadding = isPortraitMode && shouldShowQuickNav - ? quickNavLayout.itemSize + quickNavLayout.paddingX * 2 + 6 + ? quickNavLayout.itemSize + quickNavLayout.paddingX * 2 + 4 : 0 const renderQuickNav = () => {