diff --git a/src/components/Status/index.vue b/src/components/Status/index.vue
index 3bd2c656..3b19204b 100644
--- a/src/components/Status/index.vue
+++ b/src/components/Status/index.vue
@@ -5,10 +5,12 @@
-
-
- {{ account.display_name }}
-
+
+
+
{{ account.display_name }}
(deactivated)
@@ -263,12 +265,16 @@ export default {
.status-account-name {
display: inline-block;
margin: 0;
- height: 22px;
+ font-size: 16px;
}
.status-body {
display: flex;
flex-direction: column;
}
+ .status-card-header {
+ display: flex;
+ align-items: center;
+ }
.status-checkbox {
margin-right: 7px;
}
@@ -292,6 +298,7 @@ export default {
.status-header {
display: flex;
justify-content: space-between;
+ align-items: center;
}
.status-without-content {
font-style: italic;
diff --git a/src/views/statuses/show.vue b/src/views/statuses/show.vue
index b481d86c..ea5a114a 100644
--- a/src/views/statuses/show.vue
+++ b/src/views/statuses/show.vue
@@ -2,10 +2,14 @@