Merge pull request #160 from Bitcoin-com/wallet/task/354

iPhone X software home bar fixes
This commit is contained in:
Sebastiaan Pasma 2018-06-11 18:05:11 +02:00 committed by GitHub
commit d22f489794
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 1 deletions

View file

@ -474,4 +474,10 @@
}
}
}
background: #494949;
ion-content {
margin-bottom: constant(safe-area-inset-bottom); /* iOS 11.0 */
margin-bottom: env(safe-area-inset-bottom); /* iOS 11.2 */
}
}

View file

@ -1,5 +1,5 @@
#view-confirm {
background-color: #ffffff;
background-color: #494949;
@extend .deflash-blue;
.item-note {
float: none;
@ -30,4 +30,11 @@
.toggle {
cursor: pointer;
}
ion-content {
background-color: #ffffff;
}
slide-to-accept, slide-to-accept-success {
margin-bottom: constant(safe-area-inset-bottom); /* iOS 11.0 */
margin-bottom: env(safe-area-inset-bottom); /* iOS 11.2 */
}
}

View file

@ -131,6 +131,7 @@
.bp-content {
position: relative;
height: 100%;
height: calc(100% - env(safe-area-inset-bottom) * 2);
&.status-bar {
margin-top: 20px;
@ -157,6 +158,8 @@
padding-top: 0;
top: 0;
margin-bottom: 16px;
.scroll {
background: rgb(248, 248, 249);
min-height: 300px;