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 @@
- - + +
+ + +
+
@@ -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 @@
- -

{{ user.display_name }}

+ +
+ +

{{ user.display_name }}

+
+
@@ -125,6 +129,11 @@ export default { color: #606266; } } +.avatar-name-header { + display: flex; + height: 40px; + align-items: center; +} .no-statuses { margin-left: 28px; color: #606266;