Use different aspect ratio for single member and couple

This commit is contained in:
2023-08-16 12:18:47 +02:00
parent 328eada9ec
commit ac2004a51d
4 changed files with 6 additions and 1 deletions

View File

@ -376,6 +376,7 @@ export function CouplePage(p: {
<UploadPhotoButton
label={couple.hasPhoto ? "Remplacer" : "Ajouter"}
onPhotoSelected={uploadNewPhoto}
aspect={5 / 4}
/>{" "}
{couple.hasPhoto && (
<RouterLink to={couple.photoURL!} target="_blank">

View File

@ -476,6 +476,7 @@ export function MemberPage(p: {
<UploadPhotoButton
label={member.hasPhoto ? "Remplacer" : "Ajouter"}
onPhotoSelected={uploadNewPhoto}
aspect={4 / 5}
/>{" "}
{member.hasPhoto && (
<RouterLink to={member.photoURL!} target="_blank">