diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-10-31 20:01:14 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:33:23 +0800 |
commit | fc4555843f99fcf2ff95853ce77c1b4a870481f7 (patch) | |
tree | f0f15ecb7ec32d815ff9ca15ca51a38d47afd8f9 | |
parent | 4851d42588246502552de10c312bfeccf0c4b71e (diff) | |
download | dexon-wallet-fc4555843f99fcf2ff95853ce77c1b4a870481f7.tar.gz dexon-wallet-fc4555843f99fcf2ff95853ce77c1b4a870481f7.tar.zst dexon-wallet-fc4555843f99fcf2ff95853ce77c1b4a870481f7.zip |
Update UI
-rw-r--r-- | ui/app/css/itcss/components/newui-sections.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ui/app/css/itcss/components/newui-sections.scss b/ui/app/css/itcss/components/newui-sections.scss index ac90daf9..1aaaae4f 100644 --- a/ui/app/css/itcss/components/newui-sections.scss +++ b/ui/app/css/itcss/components/newui-sections.scss @@ -221,9 +221,7 @@ $wallet-view-bg: $muddy-gray; } .main-container-wrapper { - flex: 1; - min-height: 0; - width: 100%; + height: calc(100% - 60px); } } @@ -263,7 +261,7 @@ $wallet-view-bg: $muddy-gray; justify-content: space-between; @media screen and (max-width: 575px) { - height: 100%; + flex: 1 0 auto; } @media screen and (min-width: 576px) { |