From f412738dafbef4c2e23673bd2c795f07e620591e Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Tue, 28 Aug 2018 08:31:52 +0200 Subject: [PATCH] Style webusb button in left navigation panel --- .../LeftNavigation/components/DeviceMenu/index.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js b/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js index f27b36db..175323cd 100644 --- a/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js @@ -14,7 +14,14 @@ import type { Props } from '../common'; import AsideDivider from '../Divider'; const Wrapper = styled.div``; -const ButtonWrapper = styled.div``; +const ButtonWrapper = styled.div` + margin-top: 10px; + padding: 0 10px; + display: flex; +`; +const StyledButton = styled(Button)` + flex: 1; +`; type DeviceMenuItem = { type: string; @@ -107,7 +114,7 @@ class DeviceMenu extends Component { /> {isWebUSB(transport) && ( -