diff --git a/src/web/app/mobile/tags/timeline-post.tag b/src/web/app/mobile/tags/timeline-post.tag index 1057868b4..3813e1811 100644 --- a/src/web/app/mobile/tags/timeline-post.tag +++ b/src/web/app/mobile/tags/timeline-post.tag @@ -17,12 +17,17 @@
-
- RP: +
+ + + +

DUMMY

+ RP:
+ via { p.app.name }
@@ -180,17 +185,18 @@ color #c0c0c0 > .body - overflow hidden > .text cursor default display block margin 0 padding 0 - word-wrap break-word font-size 1.1em color #717171 + &, * + word-wrap break-word + mk-url-preview margin-top 8px @@ -203,11 +209,25 @@ font-style oblique color #a0bf46 + pre + padding 16px + overflow auto + font-size 80% + color #525252 + background #f8f8f8 + border-radius 2px + + > code + font-family Consolas, 'Courier New', Courier, Monaco, monospace + > .media > img display block max-width 100% + > .app + color #ccc + > .repost margin 8px 0 @@ -266,7 +286,7 @@ then @analyze @p._highlight else @analyze @p.text - @refs.text.innerHTML = if @p._highlight? + @refs.text.innerHTML = @refs.text.innerHTML.replace \

DUMMY

if @p._highlight? then @compile tokens, true, false else @compile tokens