Smaller just added cards on mobile

This commit is contained in:
Jackson Harper
2024-06-13 12:13:08 +08:00
parent 99695c461f
commit b94818ab34

View File

@ -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}`