mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 09:59:55 +08:00
feat: add browser detect warning
This commit is contained in:
@@ -16,7 +16,6 @@ const StyledEditorContainer = styled('div')(({ theme }) => {
|
||||
const StyledPage = styled('div')(({ theme }) => {
|
||||
return {
|
||||
height: '100vh',
|
||||
paddingTop: '60px',
|
||||
backgroundColor: theme.colors.pageBackground,
|
||||
transition: 'background-color .5s',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user