mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 13:53:47 +03:00
fix: flickering animation on switching between Edgeless and Paper mode (#1151)
This commit is contained in:
parent
fd47fe3fc1
commit
41aec24f9b
@ -136,6 +136,7 @@ export const StyledLabel = styled('div')<{
|
||||
transition: `transform ${ANIMATE_DURATION}ms`,
|
||||
fontWeight: 'normal',
|
||||
overflow: 'hidden',
|
||||
whiteSpace: 'nowrap',
|
||||
...shrinkStyle,
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user