mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 02:56:23 +08:00
fix: some style updates (#2348)
This commit is contained in:
@@ -90,5 +90,5 @@ export const InternalLottie: FC<CustomLottieProps> = ({
|
||||
}
|
||||
}, [isStopped, speed]);
|
||||
|
||||
return <div ref={element} style={{ width, height }}></div>;
|
||||
return <div ref={element} style={{ width, height, lineHeight: 1 }}></div>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user