mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
removed margin for popup view (#19804)
This commit is contained in:
parent
7e7b4f018c
commit
b9bca5feca
@ -151,7 +151,7 @@ export const AppHeader = ({ location }) => {
|
|||||||
|
|
||||||
// This is required to ensure send and confirmation screens
|
// This is required to ensure send and confirmation screens
|
||||||
// look as desired
|
// look as desired
|
||||||
const headerBottomMargin = disableNetworkPicker ? 4 : 0;
|
const headerBottomMargin = !popupStatus && disableNetworkPicker ? 4 : 0;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
Loading…
Reference in New Issue
Block a user