aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/modal.js
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2017-08-25 08:25:27 +0800
committerDaniel Tsui <szehungdanieltsui@gmail.com>2017-08-25 08:25:27 +0800
commit744b78e9c8c032cdd13acf121f891c28f319ed4d (patch)
tree4e9cfa555119db60aa78dba1deed4cfb5b231e99 /ui/app/components/modals/modal.js
parent5b62f10a5f0fc87a731c9c353e99770f0f66d085 (diff)
downloadtangerine-wallet-browser-744b78e9c8c032cdd13acf121f891c28f319ed4d.tar.gz
tangerine-wallet-browser-744b78e9c8c032cdd13acf121f891c28f319ed4d.tar.zst
tangerine-wallet-browser-744b78e9c8c032cdd13acf121f891c28f319ed4d.zip
Patch 2 account details modal (#1957)
* Account details modal styling changes. * Tweaking styles.
Diffstat (limited to 'ui/app/components/modals/modal.js')
-rw-r--r--ui/app/components/modals/modal.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/modals/modal.js b/ui/app/components/modals/modal.js
index 842c4ed51..06a3efd34 100644
--- a/ui/app/components/modals/modal.js
+++ b/ui/app/components/modals/modal.js
@@ -52,12 +52,12 @@ const MODALS = {
],
mobileModalStyle: {
width: '95%',
- top: isPopupOrNotification() === 'popup' ? '48vh' : '36.5vh',
+ top: isPopupOrNotification() === 'popup' ? '52vh' : '36.5vh',
boxShadow: 'rgba(0, 0, 0, 0.15) 0px 2px 2px 2px',
},
laptopModalStyle: {
width: '360px',
- top: 'calc(30% + 10px)',
+ top: 'calc(33% + 45px)',
boxShadow: 'rgba(0, 0, 0, 0.15) 0px 2px 2px 2px',
},
},