mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Smaller just added cards on mobile
This commit is contained in:
parent
99695c461f
commit
b94818ab34
1 changed files with 3 additions and 0 deletions
|
|
@ -476,6 +476,9 @@ const JustAddedItemView = (props: HomeItemViewProps): JSX.Element => {
|
|||
'&:hover .title-text': {
|
||||
textDecoration: 'underline',
|
||||
},
|
||||
'@mdDown': {
|
||||
minWidth: '282px',
|
||||
},
|
||||
}}
|
||||
onClick={(event) => {
|
||||
const path = `/${props.viewerUsername ?? 'me'}/${props.homeItem.slug}`
|
||||
|
|
|
|||
Loading…
Reference in a new issue