aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsuan Lee <hsuan@cobinhood.com>2018-10-31 20:01:14 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-10 18:33:23 +0800
commitfc4555843f99fcf2ff95853ce77c1b4a870481f7 (patch)
treef0f15ecb7ec32d815ff9ca15ca51a38d47afd8f9
parent4851d42588246502552de10c312bfeccf0c4b71e (diff)
downloaddexon-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.scss6
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) {