diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-07-25 08:03:30 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-07-25 08:03:30 +0800 |
commit | de286d238270e83f8fdf54bd36625883cc3a2816 (patch) | |
tree | 2cda56c17d6df13a0d12219db4ac345dc8f16452 | |
parent | 60aea4839c447de68e723d171fdb862056538057 (diff) | |
download | tangerine-wallet-browser-de286d238270e83f8fdf54bd36625883cc3a2816.tar tangerine-wallet-browser-de286d238270e83f8fdf54bd36625883cc3a2816.tar.gz tangerine-wallet-browser-de286d238270e83f8fdf54bd36625883cc3a2816.tar.bz2 tangerine-wallet-browser-de286d238270e83f8fdf54bd36625883cc3a2816.tar.lz tangerine-wallet-browser-de286d238270e83f8fdf54bd36625883cc3a2816.tar.xz tangerine-wallet-browser-de286d238270e83f8fdf54bd36625883cc3a2816.tar.zst tangerine-wallet-browser-de286d238270e83f8fdf54bd36625883cc3a2816.zip |
Css tweaks
-rw-r--r-- | responsive-ui/app/account-detail.js | 4 | ||||
-rw-r--r-- | responsive-ui/app/css/lib.css | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/responsive-ui/app/account-detail.js b/responsive-ui/app/account-detail.js index 95e7c554a..ad65bf1d3 100644 --- a/responsive-ui/app/account-detail.js +++ b/responsive-ui/app/account-detail.js @@ -240,7 +240,9 @@ AccountDetailScreen.prototype.tabSections = function () { const { currentAccountTab } = this.props return h('section.tabSection', { - style: { height: '100%' }, + style: { + height: '100%', + }, }, [ h(TabBar, { diff --git a/responsive-ui/app/css/lib.css b/responsive-ui/app/css/lib.css index 910a24ee2..b0ca958a2 100644 --- a/responsive-ui/app/css/lib.css +++ b/responsive-ui/app/css/lib.css @@ -232,6 +232,10 @@ hr.horizontal-line { align-items: center; } +.tabSection { + min-width: 350px; +} + .menu-icon { display: inline-block; height: 9px; |