Merge pull request #391 from omnivore-app/fix/community-button

Break community button on small devices
This commit is contained in:
Jackson Harper 2022-04-06 15:19:35 -07:00 committed by GitHub
commit 461004939f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,7 +188,7 @@ function NavHeader(props: NavHeaderProps): JSX.Element {
alignment="center"
css={{ display: 'flex', alignItems: 'center' }}
>
<Box css={{ '@xsmDown': { visibility: 'collapse' } }}>
<Box css={{ '@smDown': { visibility: 'collapse' } }}>
<a href="https://github.com/omnivore-app/omnivore" target='_blank' rel="noreferrer">
<Button style="ctaLightGray" css={{ background: 'unset', mr: '32px' }}>
<HStack css={{ height: '100%' }}>