From 17eb3430d0ca998057f6c68d099e4ecacc621582 Mon Sep 17 00:00:00 2001 From: tdgao Date: Tue, 18 Aug 2026 20:45:18 -0600 Subject: [PATCH] fix: conditional auto padding being applied on user avatars --- apps/app-frontend/src/components/ui/AccountsCard.vue | 7 ++++++- apps/frontend/src/components/ui/NotificationItem.vue | 2 +- apps/frontend/src/error.vue | 2 +- packages/ui/src/components/base/Avatar.vue | 4 +++- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/apps/app-frontend/src/components/ui/AccountsCard.vue b/apps/app-frontend/src/components/ui/AccountsCard.vue index ac9136f6c2..bcb144f450 100644 --- a/apps/app-frontend/src/components/ui/AccountsCard.vue +++ b/apps/app-frontend/src/components/ui/AccountsCard.vue @@ -20,6 +20,7 @@
- +

- + diff --git a/apps/frontend/src/error.vue b/apps/frontend/src/error.vue index aec5aeb970..ce915498fe 100644 --- a/apps/frontend/src/error.vue +++ b/apps/frontend/src/error.vue @@ -34,7 +34,7 @@

- + {{ auth.user.username }}