From e29e43af3c08f83d7216a80ca0992038d425477c Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 3 Mar 2018 16:20:28 +0900 Subject: [PATCH] :art: --- src/web/app/desktop/views/components/posts.post.vue | 1 + src/web/app/mobile/views/components/posts.post.vue | 1 + 2 files changed, 2 insertions(+) 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)