Merge remote-tracking branch 'refs/remotes/origin/feature/long-article-save-image' into develop
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -386,7 +386,7 @@ export default { | @@ -386,7 +386,7 @@ export default { | ||
386 | } | 386 | } |
387 | 387 | ||
388 | .article-context { | 388 | .article-context { |
389 | - padding-top: calc(env(safe-area-inset-bottom) + 30px); | 389 | + padding-top: calc(env(safe-area-inset-top) + 30px); |
390 | padding-bottom: 30px; | 390 | padding-bottom: 30px; |
391 | } | 391 | } |
392 | 392 |
-
Please register or login to post a comment