mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-30 00:29:46 +08:00
feat: responsive ui above 640px (#1741)
This commit is contained in:
@@ -5,7 +5,7 @@ export const StyledSettingContainer = styled('div')(() => {
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
padding: '48px 0 0 48px',
|
||||
height: 'calc(100vh - 60px)',
|
||||
height: 'calc(100vh - 48px)',
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user