mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
fix: fix filename and tabname
This commit is contained in:
@@ -26,3 +26,12 @@ export const StyledSettingAvatarContent = styled('div')(() => {
|
||||
export const StyledSettingAvatar = styled(MuiAvatar)(() => {
|
||||
return { height: '72px', width: '72px', marginRight: '24px' };
|
||||
});
|
||||
|
||||
export const StyledMemberWarp = styled('div')(() => {
|
||||
return {
|
||||
display: 'flex',
|
||||
height: '500px',
|
||||
flexDirection: 'column',
|
||||
padding: '60px 0',
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user