mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 12:45:55 +08:00
chore: update filter style (#2617)
Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import { Content, displayFlex, styled } from '../../';
|
||||
export const StyledTableContainer = styled('div')(({ theme }) => {
|
||||
return {
|
||||
height: 'calc(100vh - 52px)',
|
||||
padding: '52px 32px',
|
||||
padding: '18px 32px 52px 32px',
|
||||
maxWidth: '100%',
|
||||
overflowY: 'auto',
|
||||
[theme.breakpoints.down('sm')]: {
|
||||
|
||||
Reference in New Issue
Block a user