aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/main-container.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/main-container.js')
-rw-r--r--ui/app/main-container.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/app/main-container.js b/ui/app/main-container.js
index f64009539..f891402ac 100644
--- a/ui/app/main-container.js
+++ b/ui/app/main-container.js
@@ -23,15 +23,15 @@ MainContainer.prototype.render = function () {
}, [
h(WalletView, {
style: {
- flexGrow: 1,
- height: '82vh',
+ // width: '33.33%',
+ // height: '82vh',
}
}, [
]),
h('div.tx-view', {
style: {
- flexGrow: 2,
+ width: '66.66%',
height: '82vh',
background: '#FFFFFF',
}