diff --git a/src/web/app/desktop/views/components/posts.post.vue b/src/web/app/desktop/views/components/posts.post.vue index 52531818e..4a95918c4 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 39bb80457..3c02e1e99 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)