summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/web/app/desktop/views/components/posts.post.vue1
-rw-r--r--src/web/app/mobile/views/components/posts.post.vue1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/desktop/views/components/posts.post.vue b/src/web/app/desktop/views/components/posts.post.vue
index 52531818ef..4a95918c48 100644
--- a/src/web/app/desktop/views/components/posts.post.vue
+++ b/src/web/app/desktop/views/components/posts.post.vue
@@ -365,6 +365,7 @@ export default Vue.extend({
> header
display flex
+ align-items center
margin-bottom 4px
white-space nowrap
diff --git a/src/web/app/mobile/views/components/posts.post.vue b/src/web/app/mobile/views/components/posts.post.vue
index 39bb80457b..3c02e1e990 100644
--- a/src/web/app/mobile/views/components/posts.post.vue
+++ b/src/web/app/mobile/views/components/posts.post.vue
@@ -304,6 +304,7 @@ export default Vue.extend({
> header
display flex
+ align-items center
white-space nowrap
@media (min-width 500px)