From d71286714be7ce9b780d11fdc36ad309a12d9bc5 Mon Sep 17 00:00:00 2001 From: michaelmwhite Date: Sat, 11 Apr 2020 20:18:42 -0400 Subject: [PATCH] change webview margin styling to padding --- core/src/main/assets/shownotes-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/assets/shownotes-style.css b/core/src/main/assets/shownotes-style.css index d0c8564aa..097f8a33d 100644 --- a/core/src/main/assets/shownotes-style.css +++ b/core/src/main/assets/shownotes-style.css @@ -24,7 +24,7 @@ img, iframe { height: auto; } body { - margin: %dpx %dpx %dpx %dpx; + padding: %dpx %dpx %dpx %dpx; } p#apNoShownotes { position: fixed;