mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 09:52:49 +08:00
feat: responsive ui above 640px (#1741)
This commit is contained in:
@@ -24,7 +24,7 @@ import { initPage } from '../../../utils';
|
||||
export const NavContainer = styled('div')(({ theme }) => {
|
||||
return {
|
||||
width: '100vw',
|
||||
height: '60px',
|
||||
height: '48px',
|
||||
...displayFlex('space-between', 'center'),
|
||||
backgroundColor: theme.colors.pageBackground,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user