diff --git a/src/views/FriendLocation/FriendLocation.vue b/src/views/FriendLocation/FriendLocation.vue index cf7a22b0..d34b7903 100644 --- a/src/views/FriendLocation/FriendLocation.vue +++ b/src/views/FriendLocation/FriendLocation.vue @@ -14,7 +14,7 @@
- Show Same Instance + Separate Same Instance
@@ -93,7 +93,8 @@ v-for="friend in group.friends" :key="friend.id ?? friend.userId ?? friend.displayName" :friend="friend" - :card-scale="cardScale" /> + :card-scale="cardScale" + :display-instance-info="false" />
@@ -735,6 +736,7 @@ align-items: center; justify-content: space-between; padding: 4px 2px; + margin: 5px 10px; font-weight: 600; font-size: 13px; color: rgba(15, 23, 42, 0.75); diff --git a/src/views/FriendLocation/components/FriendLocationCard.vue b/src/views/FriendLocation/components/FriendLocationCard.vue index 1bce1be0..159ecbba 100644 --- a/src/views/FriendLocation/components/FriendLocationCard.vue +++ b/src/views/FriendLocation/components/FriendLocationCard.vue @@ -19,7 +19,7 @@ {{ friend.ref?.statusDescription || ' ' }} -
+