disable amount collapsibility on android
This commit is contained in:
parent
7b97d57311
commit
d3d15ea887
3 changed files with 68 additions and 8 deletions
|
|
@ -123,7 +123,11 @@
|
|||
background-color: inherit !important;
|
||||
}
|
||||
ion-content {
|
||||
margin-top: 180px;
|
||||
|
||||
&.collapsible {
|
||||
margin-top: 180px;
|
||||
}
|
||||
|
||||
padding-top: 0;
|
||||
top: 0;
|
||||
.scroll {
|
||||
|
|
@ -150,12 +154,15 @@
|
|||
text-align: center;
|
||||
color: #fff;
|
||||
height: 180px;
|
||||
margin-bottom: 10px;
|
||||
padding-top: 40px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
&.collapsible {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
&__balance {
|
||||
transform: scale3d(1, 1, 1);
|
||||
margin-top: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue