fix(core): not found info in workspace page is not in center (#7362)

This commit is contained in:
liuyi 2024-06-27 18:15:21 +08:00 committed by GitHub
parent c8f418f9c5
commit 08fa356a02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
import { cssVar } from '@toeverything/theme';
import { style } from '@vanilla-extract/css';
export const root = style({
height: '100vh',
width: '100vw',
height: '100%',
width: '100%',
display: 'flex',
flexDirection: 'column',
fontSize: cssVar('fontBase'),