From 08fa356a0207bfd9d29463bc461abf1d00553990 Mon Sep 17 00:00:00 2001 From: liuyi Date: Thu, 27 Jun 2024 18:15:21 +0800 Subject: [PATCH] fix(core): not found info in workspace page is not in center (#7362) --- .../src/components/affine-other-page-layout/index.css.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/component/src/components/affine-other-page-layout/index.css.ts b/packages/frontend/component/src/components/affine-other-page-layout/index.css.ts index bffdf0e7f0..b805d3f557 100644 --- a/packages/frontend/component/src/components/affine-other-page-layout/index.css.ts +++ b/packages/frontend/component/src/components/affine-other-page-layout/index.css.ts @@ -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'),