mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
Feat/sidebar&top bar (#1454)
This commit is contained in:
@@ -10,7 +10,7 @@ export const StyledHeaderContainer = styled('div')<{ hasWarning: boolean }>(
|
||||
export const StyledHeader = styled('div')<{ hasWarning: boolean }>(
|
||||
({ theme }) => {
|
||||
return {
|
||||
height: '60px',
|
||||
height: '64px',
|
||||
width: '100%',
|
||||
padding: '0 28px',
|
||||
...displayFlex('flex-end', 'center'),
|
||||
|
||||
Reference in New Issue
Block a user