Skip to content

Commit

Permalink
fix: Make balances be column on mobile in AddressBalance
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Mar 4, 2024
1 parent 35a939e commit f608d22
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions client/src/app/components/nova/address/AddressBalance.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,16 @@
}
}
}
}

@include tablet-down {
.balance-wrapper--inner {
flex-direction: column;
@include tablet-down {
.balance-wrapper__base-token,
.balance-wrapper__mana {
flex-direction: column;

.balance {
&:not(:first-child) {
margin-top: 26px;
.balance {
&:not(:first-child) {
margin-top: 8px;
}
}
}
}
Expand Down

0 comments on commit f608d22

Please sign in to comment.