Skip to content

Commit

Permalink
Merge pull request #106 from vxna/fix/crop
Browse files Browse the repository at this point in the history
fix: default crop
  • Loading branch information
octref authored May 6, 2019
2 parents 99bd156 + c348403 commit eff93d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
resize: both;
display: flex;
padding: 18px;
margin: 22px;
padding-bottom: 22px;
margin-top: 64px;
margin-bottom: 64px;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.55) 0px 20px 68px;
width: calc(100% - 8rem);
Expand Down

0 comments on commit eff93d8

Please sign in to comment.