From ddd191e332547dfd590bfb748f17596d21aac897 Mon Sep 17 00:00:00 2001 From: pa Date: Sun, 25 Jan 2026 15:54:57 +0900 Subject: [PATCH] Prevent the icon from being squished --- src/components/Location.vue | 8 ++++---- src/views/Sidebar/components/FriendsSidebar.vue | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/Location.vue b/src/components/Location.vue index 9c31059b..ba58064c 100644 --- a/src/components/Location.vue +++ b/src/components/Location.vue @@ -2,13 +2,13 @@
-
-
+
- + {{ text }} {{ ` ยท #${instanceName}` @@ -23,9 +23,9 @@ - + - +
diff --git a/src/views/Sidebar/components/FriendsSidebar.vue b/src/views/Sidebar/components/FriendsSidebar.vue index b0866767..fbe7a64b 100644 --- a/src/views/Sidebar/components/FriendsSidebar.vue +++ b/src/views/Sidebar/components/FriendsSidebar.vue @@ -49,7 +49,9 @@ :traveling="currentUser.$travelingToLocation" :link="false" /> - {{ currentUser.statusDescription }} + {{ + currentUser.statusDescription + }}