mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 03:49:56 +08:00
fix: page title support click to reload
This commit is contained in:
@@ -121,7 +121,7 @@ const StyledHeaderRoot = styled('div')(({ theme }) => {
|
||||
};
|
||||
});
|
||||
|
||||
const FlexContainer = styled('div')({ display: 'flex' });
|
||||
const FlexContainer = styled('div')({ display: 'flex', alignItems: 'center' });
|
||||
|
||||
const TitleContainer = styled('div')(({ theme }) => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user