aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-03 14:07:35 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-03 14:07:35 +0800
commit01788376d5b7a0437b9073c8e8e0284a2cead6e4 (patch)
tree03f122493cae4dae27a4fe93423bd2437a74b4ae /ui/app/css
parentc47f81b2e0274d45eaef9bfc01118d7c19a3fa1b (diff)
downloadtangerine-wallet-browser-01788376d5b7a0437b9073c8e8e0284a2cead6e4.tar.gz
tangerine-wallet-browser-01788376d5b7a0437b9073c8e8e0284a2cead6e4.tar.zst
tangerine-wallet-browser-01788376d5b7a0437b9073c8e8e0284a2cead6e4.zip
Finalize height for main screens, excluding sidebar
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/index.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 779d0646d..750586328 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -744,6 +744,7 @@ div.message-container > div:first-child {
.main-container {
margin-top: 35px;
width: 85%;
+ height: 90vh;
}
}
@@ -751,6 +752,7 @@ div.message-container > div:first-child {
.main-container {
margin-top: 35px;
width: 80%;
+ height: 82vh;
}
}
@@ -758,6 +760,7 @@ div.message-container > div:first-child {
.main-container {
margin-top: 35px;
width: 65%;
+ height: 82vh;
}
}
@@ -774,5 +777,6 @@ div.message-container > div:first-child {
margin-top: 35px;
// position: relative;
width: 100%;
+ height: 100%
}
} \ No newline at end of file