diff --git a/ui/components/component-library/header-base/header-base.tsx b/ui/components/component-library/header-base/header-base.tsx index f10315e3f..f71bf03b6 100644 --- a/ui/components/component-library/header-base/header-base.tsx +++ b/ui/components/component-library/header-base/header-base.tsx @@ -67,6 +67,7 @@ export const HeaderBase: React.FC = ({ display={DISPLAY.FLEX} justifyContent={JustifyContent.spaceBetween} {...props} + padding={1} > {startAccessory && ( { {actionMode === '' ? ( {/* Search box */} - {accounts.length > 1 ? ( + {accounts.length > 100 ? ( { {/* Add / Import / Hardware */} - + { {t('addAccount')} - + { {t('importAccount')} - + { { ///: BEGIN:ONLY_INCLUDE_IN(keyring-snaps) <> - + { }} /> - - + { if (isFullScreen) { if (completedOnboarding) { @@ -182,7 +179,7 @@ export const NetworkListMenu = ({ onClose }) => { }} > {t('addNetwork')} - + diff --git a/ui/components/ui/popover/popover.component.js b/ui/components/ui/popover/popover.component.js index 261883c56..c301a0b3d 100644 --- a/ui/components/ui/popover/popover.component.js +++ b/ui/components/ui/popover/popover.component.js @@ -85,6 +85,7 @@ const Popover = ({ {onBack ? (