chore: 调整友链弹窗最大高度

This commit is contained in:
MistEO
2025-04-20 03:02:30 +08:00
parent eaf3b93c8e
commit 9982545c99

View File

@@ -317,7 +317,7 @@ export const HomeLinks = forwardRef<HTMLDivElement, HomeLinksProps>(({ showLinks
LINKS
</span>
</h1>
<div className="max-h-[40vh] overflow-y-auto flex flex-col gap-2 pb-2">{LINKS}</div>
<div className="max-h-[50vh] overflow-y-auto flex flex-col gap-2 pb-2">{LINKS}</div>
</div>
</div>
)