From b2153fa12e2183f4384118b2751a72ae943e4283 Mon Sep 17 00:00:00 2001 From: patak Date: Fri, 30 Dec 2022 21:54:23 +0100 Subject: [PATCH] feat: limit max height of profile note --- components/account/AccountBigCard.vue | 2 +- components/account/AccountHeader.vue | 2 +- components/account/AccountHoverCard.vue | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/components/account/AccountBigCard.vue b/components/account/AccountBigCard.vue index 014a0b88..b4a75c7d 100644 --- a/components/account/AccountBigCard.vue +++ b/components/account/AccountBigCard.vue @@ -43,7 +43,7 @@ defineOptions({ -
+
currentUser.value?.account.id === account.id) -->
-
+
diff --git a/components/account/AccountHoverCard.vue b/components/account/AccountHoverCard.vue index ab300cad..8da6a607 100644 --- a/components/account/AccountHoverCard.vue +++ b/components/account/AccountHoverCard.vue @@ -16,7 +16,9 @@ const relationship = $(useRelationship(account))
- +
+ +