mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
fix(frontend): person cards now show correctly in ListView's
This commit is contained in:
@@ -18,7 +18,7 @@ const PersonCard: React.FC<PersonCardProps> = ({
|
|||||||
}) => {
|
}) => {
|
||||||
return (
|
return (
|
||||||
<Link href={`/person/${personId}`}>
|
<Link href={`/person/${personId}`}>
|
||||||
<a>
|
<a className={canExpand ? 'w-full' : 'w-36 sm:w-36 md:w-44'}>
|
||||||
<div
|
<div
|
||||||
className={`relative ${
|
className={`relative ${
|
||||||
canExpand ? 'w-full' : 'w-36 sm:w-36 md:w-44'
|
canExpand ? 'w-full' : 'w-36 sm:w-36 md:w-44'
|
||||||
|
|||||||
Reference in New Issue
Block a user