diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2020-04-12 23:56:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 23:56:24 +0200 |
commit | 8c9e78a41705def165b8baf480fb4986b1d05603 (patch) | |
tree | e7a1b02f04ab946e2608ffe114c537ddb4345d07 /core/src | |
parent | 04019931e0154a7765517f605753fe83db2d99d1 (diff) | |
parent | d71286714be7ce9b780d11fdc36ad309a12d9bc5 (diff) | |
download | AntennaPod-8c9e78a41705def165b8baf480fb4986b1d05603.zip |
Merge pull request #4045 from michaelmwhite/develop
change webview margin styling to padding
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/assets/shownotes-style.css | 2 |
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; |