diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-10 00:40:34 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-10 00:40:34 +0900 |
| commit | 76e28929493a66d5cfe4595136c82da9af73c55f (patch) | |
| tree | 39a5612b5f8d297b69e898862668c95c634b7097 /src/web/app/mobile | |
| parent | Fix test (diff) | |
| download | misskey-76e28929493a66d5cfe4595136c82da9af73c55f.tar.gz misskey-76e28929493a66d5cfe4595136c82da9af73c55f.tar.bz2 misskey-76e28929493a66d5cfe4595136c82da9af73c55f.zip | |
いい感じにやった
Diffstat (limited to 'src/web/app/mobile')
| -rw-r--r-- | src/web/app/mobile/tags/timeline-post-sub.tag | 4 | ||||
| -rw-r--r-- | src/web/app/mobile/tags/timeline-post.tag | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/web/app/mobile/tags/timeline-post-sub.tag b/src/web/app/mobile/tags/timeline-post-sub.tag index edfeb4e7e6..563f896b7b 100644 --- a/src/web/app/mobile/tags/timeline-post-sub.tag +++ b/src/web/app/mobile/tags/timeline-post-sub.tag @@ -91,6 +91,10 @@ font-size 1.1em color #717171 + pre + max-height 120px + font-size 80% + </style> <script>@post = @opts.post</script> </mk-timeline-post-sub> diff --git a/src/web/app/mobile/tags/timeline-post.tag b/src/web/app/mobile/tags/timeline-post.tag index 006136b2e4..7370c9d03a 100644 --- a/src/web/app/mobile/tags/timeline-post.tag +++ b/src/web/app/mobile/tags/timeline-post.tag @@ -212,7 +212,6 @@ pre padding 16px - overflow auto font-size 80% color #525252 background #f8f8f8 |