fix: 首页padding修改

This commit is contained in:
tim
2025-09-10 18:07:22 +08:00
parent 74039c89f9
commit 227fb6f6cc

View File

@@ -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;