mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-30 14:12:00 +03:00
Merge pull request #677 from AkaraChen/master
feat: add padding for editor
This commit is contained in:
commit
2b8c975e6c
@ -19,6 +19,7 @@ import { usePageHelper } from '@/hooks/use-page-helper';
|
||||
const StyledEditorContainer = styled('div')(() => {
|
||||
return {
|
||||
height: 'calc(100vh - 60px)',
|
||||
padding: '0 32px',
|
||||
};
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user