From 791642fac441fb943cee929d3b7301428eddce80 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 19 Mar 2023 23:36:09 +0100 Subject: [PATCH] fix: replying-to padding --- components/account/AccountInlineInfo.vue | 9 ++++++++- components/status/StatusReplyingTo.vue | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/components/account/AccountInlineInfo.vue b/components/account/AccountInlineInfo.vue index 786080c5..70f4c54c 100644 --- a/components/account/AccountInlineInfo.vue +++ b/components/account/AccountInlineInfo.vue @@ -10,11 +10,18 @@ const { link = true, avatar = true } = defineProps<{ const userSettings = useUserSettings() + +