mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore: 调整友链弹窗最大高度
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user