Skip to content

Commit

Permalink
don't show the button when is desktop device
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoBehenck committed May 28, 2022
1 parent 6e4d48e commit fe14a39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/ExploreSidebar/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,9 @@ export const Footer = styled.div`
${({ theme }) => css`
box-shadow: 0 -0.2rem 0.4rem ${rgba(theme.colors.black, 0.2)};
padding: ${theme.spacings.small};
${media.greaterThan('medium')`
display: none;
`}
`}
`

0 comments on commit fe14a39

Please sign in to comment.