Go edge to edge on mobile
This commit is contained in:
@ -138,6 +138,7 @@ const HomeItemView = (props: HomeItemViewProps): JSX.Element => {
|
||||
borderRadius: '5px',
|
||||
'&:hover': {
|
||||
bg: '$thBackground',
|
||||
borderRadius: '0px',
|
||||
},
|
||||
}}
|
||||
onClick={(event) => {
|
||||
|
||||
Reference in New Issue
Block a user