mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix: flickering animation on switching between Edgeless and Paper mode (#1151)
This commit is contained in:
@@ -136,6 +136,7 @@ export const StyledLabel = styled('div')<{
|
||||
transition: `transform ${ANIMATE_DURATION}ms`,
|
||||
fontWeight: 'normal',
|
||||
overflow: 'hidden',
|
||||
whiteSpace: 'nowrap',
|
||||
...shrinkStyle,
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user