From 8525966d90148f89814dd7df3e6ac8a0fe00798e Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 13 Mar 2025 15:09:41 +0200 Subject: [PATCH] fix hashtag search styles --- src/components/search/search.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/search/search.vue b/src/components/search/search.vue index 00e700cfb..645a6fce8 100644 --- a/src/components/search/search.vue +++ b/src/components/search/search.vue @@ -119,10 +119,13 @@ :key="hashtag.url" class="status trend search-result" > -
- + + #{{ hashtag.name }} - +
{{ $t('search.person_talking', { count: lastHistoryRecord(hashtag).accounts }) }} @@ -131,7 +134,7 @@ {{ $t('search.people_talking', { count: lastHistoryRecord(hashtag).accounts }) }}
-
+