diff --git a/src/web/app/desktop/views/components/posts.post.vue b/src/web/app/desktop/views/components/posts.post.vue index 8cf21f8a4..93af3d54d 100644 --- a/src/web/app/desktop/views/components/posts.post.vue +++ b/src/web/app/desktop/views/components/posts.post.vue @@ -43,6 +43,7 @@ {{ tag }} RP: +

%fa:map-marker-alt% 位置情報

@@ -447,6 +448,11 @@ export default Vue.extend({ font-style oblique color #a0bf46 + > .location + margin 4px 0 + font-size 12px + color #ccc + > .tags margin 4px 0 0 0 diff --git a/src/web/app/mobile/views/components/post.vue b/src/web/app/mobile/views/components/post.vue index fafc1429c..bd8179dd2 100644 --- a/src/web/app/mobile/views/components/post.vue +++ b/src/web/app/mobile/views/components/post.vue @@ -48,6 +48,7 @@
+

%fa:map-marker-alt% 位置情報

via {{ p.app.name }}
%fa:quote-right -flip-h% @@ -423,6 +424,11 @@ export default Vue.extend({ display block max-width 100% + > .location + margin 4px 0 + font-size 12px + color #ccc + > .app font-size 12px color #ccc