feat: local command

This commit is contained in:
DarkSky
2022-07-22 18:08:30 +08:00
parent 0871fbda07
commit 9361ad8e61
9 changed files with 43 additions and 23 deletions

View File

@@ -84,9 +84,9 @@ const Title = styled('div')<{ size: PreviewSize }>(({ size }) => {
const ScopedEditorWrapper = styled('div')<{ size: PreviewSize }>(({ size }) => {
return {
width: '750px',
width: '940px',
height: '750px',
transform: 'scale(32%) translate(-102%, -104%)',
transform: 'scale(25%) translate(-145%, -145%)',
// eslint-disable-next-line @typescript-eslint/naming-convention
'&>:first-child': {
margin: 'auto',