diff --git a/src/components/Status/index.vue b/src/components/Status/index.vue
index 2e918cc7..ffb8f74c 100644
--- a/src/components/Status/index.vue
+++ b/src/components/Status/index.vue
@@ -18,8 +18,10 @@
-
{{ $t('reports.sensitive') }}
-
{{ capitalizeFirstLetter(status.visibility) }}
+
+ {{ $t('reports.sensitive') }}
+ {{ capitalizeFirstLetter(status.visibility) }}
+
{{ $t('reports.changeScope') }}
@@ -283,7 +285,7 @@ export default {
line-height: 26px;
}
.status-created-at {
- font-size: 14px;
+ font-size: 13px;
color: #606266;
}
.status-deleted {
@@ -300,6 +302,9 @@ export default {
justify-content: space-between;
align-items: center;
}
+ .status-tags {
+ display: inline;
+ }
.status-without-content {
font-style: italic;
}
@@ -317,7 +322,7 @@ export default {
padding: 10px 17px;
}
.el-tag {
- margin: 3px 4px 3px 0;
+ margin: 3px 0;
}
.status-account-container {
margin-bottom: 5px;
@@ -326,12 +331,20 @@ export default {
margin: 3px 0 3px;
}
.status-actions {
+ width: 100%;
display: flex;
flex-wrap: wrap;
+ justify-content: space-between;
+ }
+ .status-footer {
+ flex-direction: column;
+ align-items: flex-start;
+ margin-top: 10px;
}
.status-header {
display: flex;
flex-direction: column;
+ align-items: flex-start;
}
}
}
diff --git a/src/views/statuses/show.vue b/src/views/statuses/show.vue
index 29845e69..8ae05bcb 100644
--- a/src/views/statuses/show.vue
+++ b/src/views/statuses/show.vue
@@ -21,7 +21,7 @@
-