diff --git a/explorer/src/components/Nav.tsx b/explorer/src/components/Nav.tsx index 2722637a6b..29c720b983 100644 --- a/explorer/src/components/Nav.tsx +++ b/explorer/src/components/Nav.tsx @@ -25,7 +25,7 @@ import { DarkLightSwitchDesktop } from './Switch'; import { NavOptionType } from '../context/nav'; const drawerWidth = 255; -const bannerHeight = 149; +const bannerHeight = 113; const openedMixin = (theme: Theme): CSSObject => ({ width: drawerWidth, diff --git a/ts-packages/react-components/src/components/banners/MaintenanceBanner.tsx b/ts-packages/react-components/src/components/banners/MaintenanceBanner.tsx index e4e969990c..ca6b8513a4 100644 --- a/ts-packages/react-components/src/components/banners/MaintenanceBanner.tsx +++ b/ts-packages/react-components/src/components/banners/MaintenanceBanner.tsx @@ -28,6 +28,7 @@ export const MaintenanceBanner = (props: BannerProps) => { borderRadius: 0, color: (t) => t.palette.nym.networkExplorer.nav.text, height: height || 'auto', + alignItems: 'center', }} > @@ -37,11 +38,15 @@ export const MaintenanceBanner = (props: BannerProps) => { On Tuesday 15th of November, 10AM GMT the migration to the new mixnet contract begins. This means all Nym - apps and{' '} - services will be temporarily on hold while the upgrade takes place.{' '} - Bonding/unbonding, delegating/delegating{' '} - will be frozen for up to 36 hours. You will still be able to transfer - tokens between accounts, and use IBC. + apps and + + services will be temporarily on hold while the upgrade takes place. + + Bonding/unbonding, delegating/delegating + + will be frozen for up to 36 hours. + + You will still be able to transfer tokens between accounts, and use IBC.