Skip to content

Commit eff93d8

Browse files
authored
Merge pull request #106 from vxna/fix/crop
fix: default crop
2 parents 99bd156 + c348403 commit eff93d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webview/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
resize: both;
3333
display: flex;
3434
padding: 18px;
35-
margin: 22px;
36-
padding-bottom: 22px;
35+
margin-top: 64px;
36+
margin-bottom: 64px;
3737
border-radius: 5px;
3838
box-shadow: rgba(0, 0, 0, 0.55) 0px 20px 68px;
3939
width: calc(100% - 8rem);

0 commit comments

Comments
 (0)