aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-10 07:32:46 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-10 12:42:16 +0800
commit5f74564debd0f7e498d632f6a8120d46994c7c57 (patch)
tree2d59bdfebb2d0704fccaf3c6d54bead642cea48b
parent50f8535f7b732879103665ea28fdd79dc7ee01a2 (diff)
downloadtangerine-wallet-browser-5f74564debd0f7e498d632f6a8120d46994c7c57.tar.gz
tangerine-wallet-browser-5f74564debd0f7e498d632f6a8120d46994c7c57.tar.zst
tangerine-wallet-browser-5f74564debd0f7e498d632f6a8120d46994c7c57.zip
Adjust modal styles to match new modal size, from cancel button tweak
-rw-r--r--ui/app/components/modal.js2
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',
}