From b91c78a09ec73db81f5d199309d7d77cfce4a4af Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Wed, 10 Apr 2019 18:09:54 +0200 Subject: [PATCH] center watch-only badge --- .../LeftNavigation/components/AccountMenu/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js b/src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js index a128a475..1f185f71 100644 --- a/src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js @@ -88,6 +88,10 @@ const Col = styled.div` display: flex; flex: 1; flex-direction: column; +` + +const RightCol = styled(Col)` + justify-content: center; `; const Badge = styled.div` @@ -177,7 +181,7 @@ const AccountMenu = (props: Props) => { )} - {account.imported && watch-only} + {account.imported && watch-only}