mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Make popup a little taller
For some reason the popup was often cutting off the bottom buttons of the UI. We should look at that more carefully later perhaps, but especially since we're considering moving off the popup, I'm just fixing it by making it taller for now.
This commit is contained in:
parent
c7d10affd5
commit
f9eba9d7e5
@ -1,5 +1,5 @@
|
||||
const extension = require('./extension')
|
||||
const height = 500
|
||||
const height = 520
|
||||
const width = 360
|
||||
|
||||
const notifications = {
|
||||
|
Loading…
Reference in New Issue
Block a user