fix: a serise of ui issues of new setting (#2920)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
Qi
2023-06-29 17:25:42 +08:00
committed by Alex Yang
parent f7b07f4216
commit 6f5f0ab986
11 changed files with 43 additions and 41 deletions
@@ -3,7 +3,8 @@ import { globalStyle, style } from '@vanilla-extract/css';
export const settingContent = style({
flexGrow: '1',
height: '100%',
padding: '40px 0',
padding: '40px 15px 20px',
overflowX: 'auto',
});
globalStyle(`${settingContent} .wrapper`, {