aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-11 13:47:56 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-11 13:47:56 +0800
commit58b61eb1fc2d4add59f6225ddf4df09fdfa5b92b (patch)
tree308cb935130f94def51ad849ffcc752514cfc4eb /ui/app/components
parent7a664a7f720f43679dad6f8857790af84b8b7da6 (diff)
downloadtangerine-wallet-browser-58b61eb1fc2d4add59f6225ddf4df09fdfa5b92b.tar.gz
tangerine-wallet-browser-58b61eb1fc2d4add59f6225ddf4df09fdfa5b92b.tar.zst
tangerine-wallet-browser-58b61eb1fc2d4add59f6225ddf4df09fdfa5b92b.zip
Add UI tweaks, including separation of overflow logic for mobile (full-height) vs laptop (tx-view-only)
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/tx-list.js11
1 files changed, 3 insertions, 8 deletions
diff --git a/ui/app/components/tx-list.js b/ui/app/components/tx-list.js
index 39cf7de79..74d46728c 100644
--- a/ui/app/components/tx-list.js
+++ b/ui/app/components/tx-list.js
@@ -22,12 +22,7 @@ function TxList () {
}
const contentDivider = h('div.tx-list-content-divider', {
- style: {
- marginLeft: '1.3em',
- marginRight: '1.3em',
- height:'1px',
- background:'#E7E7E7', // TODO: make custom color
- },
+ style: {},
})
TxList.prototype.render = function () {
@@ -38,11 +33,11 @@ TxList.prototype.render = function () {
return h('div.flex-column.tx-list-container', {}, [
- h('div.flex-row.tx-list-header', {
+ h('div.flex-row.tx-list-header-wrapper', {
style: {},
}, [
- h('div.flex-row', {
+ h('div.flex-row.tx-list-header', {
}, [
h('div', {