diff options
author | michaelmwhite <michael.m.white@live.com> | 2020-04-11 20:18:42 -0400 |
---|---|---|
committer | michaelmwhite <michael.m.white@live.com> | 2020-04-11 20:18:42 -0400 |
commit | d71286714be7ce9b780d11fdc36ad309a12d9bc5 (patch) | |
tree | ab4956c02b53ff092595ca5b3ec3c370d06f0613 | |
parent | a0c7e1799660cd0505b86e75e66527155f695bbd (diff) | |
download | AntennaPod-d71286714be7ce9b780d11fdc36ad309a12d9bc5.zip |
change webview margin styling to padding
-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 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; |