From e002339e43e44344eab48df6d7d8ddc0b7c32d70 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 9 Feb 2017 05:38:53 +0900 Subject: [PATCH] =?UTF-8?q?[Client:Mobile]=20=E3=81=84=E3=81=84=E6=84=9F?= =?UTF-8?q?=E3=81=98=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/app/mobile/tags/timeline-post.tag | 30 +++++++++++++++++++---- 1 file changed, 25 insertions(+), 5 deletions(-) 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