Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
fix(wallet-overview): add media queries for small heights
Browse files Browse the repository at this point in the history
  • Loading branch information
makobi committed Mar 17, 2018
1 parent 59497af commit ad9e321
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/account-card/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ a {
border: 0;
color: white;
display: block;
font-size: 1.4vh;
font-size: 0.7rem;
height: 60px;
margin: 0;
outline: none;
Expand Down
13 changes: 13 additions & 0 deletions app/components/balance-overview/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,16 @@
letter-spacing: 1.33px;
margin: 0;
}

@media (max-height: 730px) {
.pending {
display: none;
}
}

@media (max-height: 638px) {
.currency-tabs,
.balance {
display: none;
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11662,7 +11662,7 @@ npmlog@^2.0.3:
are-we-there-yet "~1.1.2"
gauge "~1.2.5"

"nprogress@github:alexlafroscia/nprogress#allow-alternate-scheduler":
nprogress@alexlafroscia/nprogress#allow-alternate-scheduler:
version "0.2.0"
resolved "https://codeload.github.com/alexlafroscia/nprogress/tar.gz/af37323172b98441d02aa02447f795f5766419b0"

Expand Down

0 comments on commit ad9e321

Please sign in to comment.