mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add box shadow to main container
This commit is contained in:
parent
cbd53d4601
commit
4cdfd00f58
@ -18,6 +18,7 @@ MainContainer.prototype.render = function () {
|
|||||||
marginTop: '6vh',
|
marginTop: '6vh',
|
||||||
width: '98%',
|
width: '98%',
|
||||||
zIndex: 20,
|
zIndex: 20,
|
||||||
|
boxShadow: '0 0 7px 0 rgba(0,0,0,0.08)',
|
||||||
}
|
}
|
||||||
}, [
|
}, [
|
||||||
h(WalletView, {
|
h(WalletView, {
|
||||||
|
Loading…
Reference in New Issue
Block a user