mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 10:06:17 +08:00
fix: close icon postion error
This commit is contained in:
@@ -93,7 +93,8 @@ const StyleTips = styled('div')(() => {
|
||||
return {
|
||||
userSelect: 'none',
|
||||
width: '400px',
|
||||
marginBottom: '32px',
|
||||
margin: 'auto',
|
||||
marginBottom: '24px',
|
||||
marginTop: '16px',
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user