- { p.user.name }@{ p.user.username }
-
+
+ { p.user.name }
+ bot
+ @{ p.user.username }
+
+
+
+
-
+
@@ -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 @@
- { 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