mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-06 08:50:50 +08:00
feat: responsive ui above 640px (#1741)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user