summaryrefslogtreecommitdiff
path: root/core/src/main/assets
diff options
context:
space:
mode:
authormichaelmwhite <michael.m.white@live.com>2020-04-11 20:18:42 -0400
committermichaelmwhite <michael.m.white@live.com>2020-04-11 20:18:42 -0400
commitd71286714be7ce9b780d11fdc36ad309a12d9bc5 (patch)
treeab4956c02b53ff092595ca5b3ec3c370d06f0613 /core/src/main/assets
parenta0c7e1799660cd0505b86e75e66527155f695bbd (diff)
downloadAntennaPod-d71286714be7ce9b780d11fdc36ad309a12d9bc5.zip
change webview margin styling to padding
Diffstat (limited to 'core/src/main/assets')
-rw-r--r--core/src/main/assets/shownotes-style.css2
1 files changed, 1 insertions, 1 deletions
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;