mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Go edge to edge on mobile
This commit is contained in:
parent
45234b9476
commit
3f1e1688a8
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ const HomeItemView = (props: HomeItemViewProps): JSX.Element => {
|
|||
borderRadius: '5px',
|
||||
'&:hover': {
|
||||
bg: '$thBackground',
|
||||
borderRadius: '0px',
|
||||
},
|
||||
}}
|
||||
onClick={(event) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue