From a66402ed8a236e12d26408fff8e9f8725731fc8e Mon Sep 17 00:00:00 2001 From: biocom Date: Tue, 25 Jan 2022 13:54:58 +0100 Subject: [PATCH] Remove cow claim button desktop. --- src/custom/components/Menu/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/custom/components/Menu/index.tsx b/src/custom/components/Menu/index.tsx index f39ecba3e..41077c8c4 100644 --- a/src/custom/components/Menu/index.tsx +++ b/src/custom/components/Menu/index.tsx @@ -49,6 +49,7 @@ const MenuItemResponsive = styled(MenuItemResponsiveBase)` flex: 0 1 auto; padding: 16px; font-size: 18px; + svg { width: 18px; height: 18px; @@ -99,8 +100,10 @@ export const StyledMenu = styled(MenuMod)<{ isClaimPage: boolean }>` ${ClaimButtonWrapper} { margin: 0 0 12px; + display: none; ${({ theme }) => theme.mediaWidth.upToSmall` + display: flex; margin: 0 12px 12px; width: 100%; height: 56px; @@ -199,6 +202,7 @@ const MenuFlyout = styled(MenuFlyoutUni)` align-items: center; } } + > a:hover { background: ${({ theme }) => theme.disabled}; border-radius: 6px;