From e03388098e91883daa2aa595594584eff2881686 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Wed, 10 Jul 2024 07:38:47 +0800 Subject: [PATCH] =?UTF-8?q?perf(theme):=20=E4=BC=98=E5=8C=96=E6=97=A0?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E5=88=97=E8=A1=A8=E6=97=B6=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=9C=80=E5=B0=8F=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/src/client/components/Blog/VPBlog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/src/client/components/Blog/VPBlog.vue b/theme/src/client/components/Blog/VPBlog.vue index 2f84ed29..4e4dbc92 100644 --- a/theme/src/client/components/Blog/VPBlog.vue +++ b/theme/src/client/components/Blog/VPBlog.vue @@ -106,7 +106,7 @@ const { theme, page } = useData() @media (min-width: 960px) { .vp-blog { - min-height: calc(100vh - var(--vp-footer-height, 0px)); + min-height: calc(100vh - var(--vp-nav-height) - var(--vp-footer-height, 0px)); } .blog-container {