aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/modal.js
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2018-03-14 01:21:03 +0800
committerGitHub <noreply@github.com>2018-03-14 01:21:03 +0800
commit829b0a8926c20136a2f28ad74cd025d248fabaa3 (patch)
tree632090c0271a476fbb23fcf13a4d1ade68b7f3bd /ui/app/components/modals/modal.js
parentf7138d81e38661ef9262c6a31b66d962238b5c9c (diff)
parent08542c18e10c61b9e5862e95e7a5a18d479f2dc1 (diff)
downloadtangerine-wallet-browser-829b0a8926c20136a2f28ad74cd025d248fabaa3.tar.gz
tangerine-wallet-browser-829b0a8926c20136a2f28ad74cd025d248fabaa3.tar.zst
tangerine-wallet-browser-829b0a8926c20136a2f28ad74cd025d248fabaa3.zip
Merge branch 'master' into i18n
Diffstat (limited to 'ui/app/components/modals/modal.js')
-rw-r--r--ui/app/components/modals/modal.js10
1 files changed, 6 insertions, 4 deletions
diff --git a/ui/app/components/modals/modal.js b/ui/app/components/modals/modal.js
index 7d4089ab3..501b83430 100644
--- a/ui/app/components/modals/modal.js
+++ b/ui/app/components/modals/modal.js
@@ -93,18 +93,20 @@ const MODALS = {
display: 'flex',
},
laptopModalStyle: {
- width: '900px',
- maxWidth: '900px',
+ width: '850px',
top: 'calc(10% + 10px)',
left: '0',
right: '0',
margin: '0 auto',
boxShadow: '0 0 6px 0 rgba(0,0,0,0.3)',
- borderRadius: '8px',
+ borderRadius: '7px',
transform: 'none',
+ height: 'calc(80% - 20px)',
+ overflowY: 'hidden',
},
contentStyle: {
- borderRadius: '8px',
+ borderRadius: '7px',
+ height: '100%',
},
},