mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: create workspace card responsive (#2435)
This commit is contained in:
@@ -62,6 +62,9 @@ export const StyledCreateWorkspaceCard = styled('div')(() => {
|
||||
color: 'var(--affine-primary-color)',
|
||||
},
|
||||
},
|
||||
'@media (max-width: 720px)': {
|
||||
width: '100%',
|
||||
},
|
||||
};
|
||||
});
|
||||
export const StyledCreateWorkspaceCardPillContainer = styled('div')(() => {
|
||||
|
||||
Reference in New Issue
Block a user