From c348403987e04dcf8a9f0fd30923cf095e9ae884 Mon Sep 17 00:00:00 2001 From: vxna <30002276+vxna@users.noreply.github.com> Date: Mon, 6 May 2019 16:53:57 +0300 Subject: [PATCH] fix: default crop --- webview/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webview/index.html b/webview/index.html index 006b5ec..fa232c3 100644 --- a/webview/index.html +++ b/webview/index.html @@ -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);