diff options
author | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-10 07:32:46 +0800 |
---|---|---|
committer | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-10 12:42:16 +0800 |
commit | 5f74564debd0f7e498d632f6a8120d46994c7c57 (patch) | |
tree | 2d59bdfebb2d0704fccaf3c6d54bead642cea48b /ui | |
parent | 50f8535f7b732879103665ea28fdd79dc7ee01a2 (diff) | |
download | tangerine-wallet-browser-5f74564debd0f7e498d632f6a8120d46994c7c57.tar tangerine-wallet-browser-5f74564debd0f7e498d632f6a8120d46994c7c57.tar.gz tangerine-wallet-browser-5f74564debd0f7e498d632f6a8120d46994c7c57.tar.bz2 tangerine-wallet-browser-5f74564debd0f7e498d632f6a8120d46994c7c57.tar.lz tangerine-wallet-browser-5f74564debd0f7e498d632f6a8120d46994c7c57.tar.xz tangerine-wallet-browser-5f74564debd0f7e498d632f6a8120d46994c7c57.tar.zst tangerine-wallet-browser-5f74564debd0f7e498d632f6a8120d46994c7c57.zip |
Adjust modal styles to match new modal size, from cancel button tweak
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/modal.js b/ui/app/components/modal.js index bc365c0e9..010122d42 100644 --- a/ui/app/components/modal.js +++ b/ui/app/components/modal.js @@ -31,7 +31,7 @@ module.exports = connect(mapStateToProps, mapDispatchToProps)(Modal) const mobileModalStyles = { width: '95%', // Used to create matching t/l/r/b space in mobile view. - top: isPopupOrNotification() === 'popup' ? '47vh' : '36.5vh', + top: isPopupOrNotification() === 'popup' ? '48vh' : '36.5vh', boxShadow: 'rgba(0, 0, 0, 0.15) 0px 2px 2px 2px', } |