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 GitHub
parent 8410d83744
commit 5cfdf6c7e2
11 changed files with 43 additions and 41 deletions

View File

@@ -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`, {