From 227fb6f6cc182f1e2c74f7f6fd879eba50655208 Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 10 Sep 2025 18:07:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5padding=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/pages/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend_nuxt/pages/index.vue b/frontend_nuxt/pages/index.vue index 351d67530..8fbfd1c88 100644 --- a/frontend_nuxt/pages/index.vue +++ b/frontend_nuxt/pages/index.vue @@ -424,7 +424,8 @@ const sanitizeDescription = (text) => stripMarkdown(text) .topic-container { position: sticky; - top: calc(var(--header-height) + 1px); + top: var(--header-height); + padding-top: 10px; z-index: 10; background-color: var(--background-color-blur); display: flex;