1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Adjust modal styles to match new modal size, from cancel button tweak

This commit is contained in:
sdtsui 2017-08-09 16:32:46 -07:00
parent 50f8535f7b
commit 5f74564deb

View File

@ -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',
}