diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue
index 9875e3ff..9e227114 100644
--- a/components/status/StatusCard.vue
+++ b/components/status/StatusCard.vue
@@ -164,15 +164,18 @@ const showReplyTo = $computed(() => !replyToMain && !directReply)
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/components/status/StatusDetails.vue b/components/status/StatusDetails.vue
index 6e6fbe7e..dd53bcda 100644
--- a/components/status/StatusDetails.vue
+++ b/components/status/StatusDetails.vue
@@ -17,8 +17,6 @@ const status = $computed(() => {
const createdAt = useFormattedDateTime(status.createdAt)
-const visibility = $computed(() => statusVisibilities.find(v => v.value === status.visibility)!)
-
const { t } = useI18n()
useHeadFixed({
@@ -48,9 +46,7 @@ const isDM = $computed(() => status.visibility === 'direct')
·
-
-
-
+
·
diff --git a/components/status/StatusVisibilityIndicator.vue b/components/status/StatusVisibilityIndicator.vue
new file mode 100644
index 00000000..95015897
--- /dev/null
+++ b/components/status/StatusVisibilityIndicator.vue
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+