summaryrefslogtreecommitdiff
path: root/core/src/main
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-04-12 23:56:24 +0200
committerGitHub <noreply@github.com>2020-04-12 23:56:24 +0200
commit8c9e78a41705def165b8baf480fb4986b1d05603 (patch)
treee7a1b02f04ab946e2608ffe114c537ddb4345d07 /core/src/main
parent04019931e0154a7765517f605753fe83db2d99d1 (diff)
parentd71286714be7ce9b780d11fdc36ad309a12d9bc5 (diff)
downloadAntennaPod-8c9e78a41705def165b8baf480fb4986b1d05603.zip
Merge pull request #4045 from michaelmwhite/develop
change webview margin styling to padding
Diffstat (limited to 'core/src/main')
-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 428945dd6..c21a77eae 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;