Skip to content

Commit

Permalink
change editor border
Browse files Browse the repository at this point in the history
  • Loading branch information
LiveDuo committed Mar 27, 2024
1 parent 40bc39c commit 22548f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/vanilla/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ function Editor({ standaloneServer = false }) {
onDragLeave={onCanvasDragLeave}
onClickCapture={onCanvasClickCapture}
style={{
boxShadow: isEmptyCanvas ? '0px 0px 0px 6px cornflowerblue inset' : 'none',
boxShadow: isEmptyCanvas ? '0px 6px 0px -2px cornflowerblue inset' : 'none',
margin: isPreview ? '0px' : '20px',
maxWidth: isPreview ? '100%' : '868px',
minHeight: '1024px', // no tailwind class
Expand Down

0 comments on commit 22548f5

Please sign in to comment.