aboutsummaryrefslogtreecommitdiffstats
path: root/responsive-ui/app/account-detail.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-07-21 07:17:01 +0800
committerDan Finlay <dan@danfinlay.com>2017-07-21 07:17:01 +0800
commit36c997a55eca801d8043ea812557075b6a98e5e6 (patch)
treeac62438ec0bd3d67ea6850b154d6e2760f760fb1 /responsive-ui/app/account-detail.js
parent6553c9c64b82a9a26a973f05b5fe7f29a6371828 (diff)
downloadtangerine-wallet-browser-36c997a55eca801d8043ea812557075b6a98e5e6.tar
tangerine-wallet-browser-36c997a55eca801d8043ea812557075b6a98e5e6.tar.gz
tangerine-wallet-browser-36c997a55eca801d8043ea812557075b6a98e5e6.tar.bz2
tangerine-wallet-browser-36c997a55eca801d8043ea812557075b6a98e5e6.tar.lz
tangerine-wallet-browser-36c997a55eca801d8043ea812557075b6a98e5e6.tar.xz
tangerine-wallet-browser-36c997a55eca801d8043ea812557075b6a98e5e6.tar.zst
tangerine-wallet-browser-36c997a55eca801d8043ea812557075b6a98e5e6.zip
Make main account detail view more responsive
Diffstat (limited to 'responsive-ui/app/account-detail.js')
-rw-r--r--responsive-ui/app/account-detail.js11
1 files changed, 9 insertions, 2 deletions
diff --git a/responsive-ui/app/account-detail.js b/responsive-ui/app/account-detail.js
index da1ddf98b..b39252db6 100644
--- a/responsive-ui/app/account-detail.js
+++ b/responsive-ui/app/account-detail.js
@@ -51,7 +51,12 @@ AccountDetailScreen.prototype.render = function () {
return (
- h('.account-detail-section', [
+ h('.account-detail-section', {
+ style: {
+ height: '100%',
+ maxWidth: '850px',
+ },
+ }, [
// identicon, label, balance, etc
h('.account-data-subsection', {
@@ -236,7 +241,9 @@ AccountDetailScreen.prototype.subview = function () {
AccountDetailScreen.prototype.tabSections = function () {
const { currentAccountTab } = this.props
- return h('section.tabSection', [
+ return h('section.tabSection', {
+ style: { height: '100%' },
+ }, [
h(TabBar, {
tabs: [