Skip to content

Commit 8620619

Browse files
authored
Merge pull request #75 from lyonx/master
remove duplicate iPhone-x padding
2 parents 4e972b3 + a9bc48d commit 8620619

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

widget/assets/css/style.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
/* Plugin CSS */
2-
/* Fixed Bottom */
3-
4-
.iphone-x-padding{
5-
padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
6-
padding-top: env(safe-area-inset-top); /* iOS 11.2 */
7-
}
82

93
.main_view,.main-thread-section{height: 100%}
104
.holder.has-bottom {
@@ -345,8 +339,6 @@
345339
width: 100%;
346340
height: 43px;
347341
z-index: 11;
348-
margin-bottom: constant(safe-area-inset-bottom); /* iOS 11.0 */
349-
margin-bottom: env(safe-area-inset-bottom); /* iOS 11.2 */
350342
}
351343

352344
.holder.bottom-post hr {

0 commit comments

Comments
 (0)