diff --git a/src/web/app/desktop/tags/timeline-post.tag b/src/web/app/desktop/tags/timeline-post.tag index 3570ce308..3f07db85f 100644 --- a/src/web/app/desktop/tags/timeline-post.tag +++ b/src/web/app/desktop/tags/timeline-post.tag @@ -3,15 +3,37 @@
-

avatar{ post.user.name }がRepost

+

+ + avatar + + + { post.user.name } + がRepost +

-
avatar +
+ + avatar +
-
{ p.user.name }@{ p.user.username } -
+
+ { p.user.name } + bot + @{ p.user.username } + + + +
- +
+ + + + + RP: +
@@ -147,6 +169,15 @@ &:hover text-decoration underline + > .is-bot + text-align left + margin 0 0 0 8px + padding 1px 6px + font-size 12px + color #bbb + border solid 1px #eee + border-radius 3px + > .username text-align left margin 0 0 0 8px diff --git a/src/web/app/mobile/tags/timeline-post.tag b/src/web/app/mobile/tags/timeline-post.tag index 44fa342ce..b641149ae 100644 --- a/src/web/app/mobile/tags/timeline-post.tag +++ b/src/web/app/mobile/tags/timeline-post.tag @@ -8,8 +8,14 @@
avatar
-
{ p.user.name }@{ p.user.username } -
+
+ { p.user.name } + bot + @{ p.user.username } + + + +
RP: @@ -149,6 +155,15 @@ &:hover text-decoration underline + > .is-bot + text-align left + margin 0 0 0 8px + padding 1px 6px + font-size 12px + color #bbb + border solid 1px #eee + border-radius 3px + > .username text-align left margin 0 0 0 8px