Skip to content

Commit

Permalink
[APD-chore] Fix accounts view for small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
NaLLiFFuNT committed Mar 12, 2020
1 parent 35220c9 commit 1e0ca8e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/ui/components/accounts/Accounts.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

@media (max-width: 991px) {
.accounts {
max-width: calc(100vw - 220px);
.accountDetails {
max-width: calc(100vw - 350px);
}
}
}

.accounts {
height: 100%;
flex: 1 0 auto;
Expand Down

0 comments on commit 1e0ca8e

Please sign in to comment.