change SizeSelector size

This commit is contained in:
Sanster
2022-02-06 22:06:07 +08:00
parent c81fc0ecfc
commit 8ae3d8a42c
2 changed files with 3 additions and 3 deletions

View File

@@ -659,7 +659,7 @@ export default function Editor(props: EditorProps) {
className="absolute bg-black backdrop-blur backdrop-filter bg-opacity-10 rounded-xl"
style={{
height: '58px',
width: '700px',
width: '600px',
zIndex: -1,
marginLeft: '-1px',
}}