Skip to content

Commit

Permalink
Merge pull request #75 from lyonx/master
Browse files Browse the repository at this point in the history
remove duplicate iPhone-x padding
  • Loading branch information
abuturla authored Jan 3, 2019
2 parents 4e972b3 + a9bc48d commit 8620619
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions widget/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/* Plugin CSS */
/* Fixed Bottom */

.iphone-x-padding{
padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
padding-top: env(safe-area-inset-top); /* iOS 11.2 */
}

.main_view,.main-thread-section{height: 100%}
.holder.has-bottom {
Expand Down Expand Up @@ -345,8 +339,6 @@
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 8620619

Please sign in to comment.