feat: responsive ui above 640px (#1741)

This commit is contained in:
Peng Xiao
2023-03-31 09:12:18 +08:00
committed by GitHub
parent bdb1264f09
commit c55d61a641
22 changed files with 443 additions and 190 deletions
@@ -68,7 +68,7 @@ export const PageDetailEditor: React.FC<PageDetailEditorProps> = ({
</BlockSuiteEditorHeader>
<Editor
style={{
height: 'calc(100% - 60px)',
height: 'calc(100% - 48px)',
}}
key={pageId}
blockSuiteWorkspace={blockSuiteWorkspace}