From 9e772626ce36001342a60604a87b4bcbeee22b7e Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 8 Feb 2017 23:37:52 +0900 Subject: [PATCH] [Client] Implement #102 --- src/web/app/desktop/tags/timeline-post.tag | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/web/app/desktop/tags/timeline-post.tag b/src/web/app/desktop/tags/timeline-post.tag index 18d0f3716..0105617e0 100644 --- a/src/web/app/desktop/tags/timeline-post.tag +++ b/src/web/app/desktop/tags/timeline-post.tag @@ -22,9 +22,12 @@ { p.user.name } bot @{ p.user.username } - - - +
+ via { p.app.name } + + + +
@@ -186,12 +189,21 @@ margin 0 0 0 8px color #ccc - > .created-at + > .info position absolute top 0 right 0 + text-align right font-size 0.9em - color #c0c0c0 + + > .app + margin-right 8px + padding-right 8px + color #ccc + border-right solid 1px #eaeaea + + > .created-at + color #c0c0c0 > .body