summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/css/blogs.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/www/css/blogs.css')
-rwxr-xr-xStoneIsland/platforms/ios/www/css/blogs.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/StoneIsland/platforms/ios/www/css/blogs.css b/StoneIsland/platforms/ios/www/css/blogs.css
index ee54a31f..f56ec474 100755
--- a/StoneIsland/platforms/ios/www/css/blogs.css
+++ b/StoneIsland/platforms/ios/www/css/blogs.css
@@ -36,7 +36,8 @@
text-decoration: underline;
}
#story .content > div {
- display:none;
+ display: none;
+ padding-bottom: env(safe-area-inset-bottom);
}
#story .content div.active {
display:block;
@@ -340,7 +341,7 @@ ul.links {
#archive .scroll {
top: 0; left: 0;
- height: calc(100% - 125px);
+ height: 100%;
}
#archive .row:first-of-type {
margin-top: 7em;