From b64d1add868b6f6960d8c3b4e5c22b8c49fcb441 Mon Sep 17 00:00:00 2001 From: patak Date: Fri, 30 Dec 2022 23:41:07 +0100 Subject: [PATCH] fix: ensure aspect ratio for avatars --- components/account/AccountAvatar.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/account/AccountAvatar.vue b/components/account/AccountAvatar.vue index 920b15e9..44db7eb8 100644 --- a/components/account/AccountAvatar.vue +++ b/components/account/AccountAvatar.vue @@ -12,6 +12,8 @@ const error = $ref(false)