fix: help island icons height (#3639)

This commit is contained in:
Garfield Lee
2023-08-09 19:40:59 +08:00
committed by GitHub
parent f7408dede9
commit cbd4420fe9

View File

@@ -57,7 +57,7 @@ export const HelpIsland = ({
inEdgelessPage={mode === 'edgeless'}
>
<StyledAnimateWrapper
style={{ height: spread ? `${showList.length * 44}px` : 0 }}
style={{ height: spread ? `${showList.length * 40 + 4}px` : 0 }}
>
{showList.includes('whatNew') && (
<Tooltip content={t["Discover what's new!"]()} placement="left-end">