Merge pull request #160 from Bitcoin-com/wallet/task/354
iPhone X software home bar fixes
This commit is contained in:
commit
d22f489794
3 changed files with 17 additions and 1 deletions
|
|
@ -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 */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#view-confirm {
|
#view-confirm {
|
||||||
background-color: #ffffff;
|
background-color: #494949;
|
||||||
@extend .deflash-blue;
|
@extend .deflash-blue;
|
||||||
.item-note {
|
.item-note {
|
||||||
float: none;
|
float: none;
|
||||||
|
|
@ -30,4 +30,11 @@
|
||||||
.toggle {
|
.toggle {
|
||||||
cursor: pointer;
|
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 */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -131,6 +131,7 @@
|
||||||
.bp-content {
|
.bp-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
height: calc(100% - env(safe-area-inset-bottom) * 2);
|
||||||
|
|
||||||
&.status-bar {
|
&.status-bar {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
@ -157,6 +158,8 @@
|
||||||
|
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
|
||||||
.scroll {
|
.scroll {
|
||||||
background: rgb(248, 248, 249);
|
background: rgb(248, 248, 249);
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue