mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-03 14:44:27 +01:00
Fix fox positioning.
This commit is contained in:
parent
77908e1181
commit
24a13d116c
@ -26,7 +26,11 @@ UnlockScreen.prototype.render = function () {
|
|||||||
const state = this.props
|
const state = this.props
|
||||||
const warning = state.warning
|
const warning = state.warning
|
||||||
return (
|
return (
|
||||||
h('.flex-column', [
|
h('.flex-column', {
|
||||||
|
style: {
|
||||||
|
width: 'inherit',
|
||||||
|
},
|
||||||
|
}, [
|
||||||
h('.unlock-screen.flex-column.flex-center.flex-grow', [
|
h('.unlock-screen.flex-column.flex-center.flex-grow', [
|
||||||
|
|
||||||
h(Mascot, {
|
h(Mascot, {
|
||||||
|
Loading…
Reference in New Issue
Block a user