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:
parent
50f8535f7b
commit
5f74564deb
@ -31,7 +31,7 @@ module.exports = connect(mapStateToProps, mapDispatchToProps)(Modal)
|
|||||||
const mobileModalStyles = {
|
const mobileModalStyles = {
|
||||||
width: '95%',
|
width: '95%',
|
||||||
// Used to create matching t/l/r/b space in mobile view.
|
// 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',
|
boxShadow: 'rgba(0, 0, 0, 0.15) 0px 2px 2px 2px',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user