1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

removed margin for popup view (#19804)

This commit is contained in:
Nidhi Kumari 2023-06-28 20:41:19 +05:30 committed by Dan J Miller
parent 8ff54bcfc8
commit a7d9c9cc11

View File

@ -151,7 +151,7 @@ export const AppHeader = ({ location }) => {
// This is required to ensure send and confirmation screens
// look as desired
const headerBottomMargin = disableNetworkPicker ? 4 : 0;
const headerBottomMargin = !popupStatus && disableNetworkPicker ? 4 : 0;
return (
<>