mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Break community button on small devices
This commit is contained in:
parent
f923eb204c
commit
0cdb1a08ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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%' }}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue