Skip to content

Commit

Permalink
Add bottom margin for iPhone X
Browse files Browse the repository at this point in the history
  • Loading branch information
abuturla committed Mar 20, 2018
1 parent 1cc77ef commit efff210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions widget/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@
width: 100%;
height: 43px;
z-index: 11;
margin-bottom: constant(safe-area-inset-bottom); /* iOS 11.0 */
margin-bottom: env(safe-area-inset-bottom); /* iOS 11.2 */
}

.holder.bottom-post hr {
Expand Down

0 comments on commit efff210

Please sign in to comment.