summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-12-14 12:43:42 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-12-14 12:43:42 +0900
commit7d2bcf057775611bf43eb0ed869110bc486f357e (patch)
tree6fa41107308b39677bc1e66710021c87dea605d6 /src
parentRefactor (diff)
parentMerge pull request #999 from syuilo/greenkeeper/uglifyjs-webpack-plugin-1.1.3 (diff)
downloadsharkey-7d2bcf057775611bf43eb0ed869110bc486f357e.tar.gz
sharkey-7d2bcf057775611bf43eb0ed869110bc486f357e.tar.bz2
sharkey-7d2bcf057775611bf43eb0ed869110bc486f357e.zip
Merge branch 'master' of https://github.com/syuilo/misskey
Diffstat (limited to 'src')
-rw-r--r--src/web/app/mobile/tags/post-form.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/tags/post-form.tag b/src/web/app/mobile/tags/post-form.tag
index f09f40bb5c..05466a6ec2 100644
--- a/src/web/app/mobile/tags/post-form.tag
+++ b/src/web/app/mobile/tags/post-form.tag
@@ -12,7 +12,7 @@
<div class="attaches" show={ files.length != 0 }>
<ul class="files" ref="attaches">
<li class="file" each={ files } data-id={ id }>
- <div class="img" style="background-image: url({ url + '?thumbnail&size=64' })" title={ name } onclick={ removeFile }></div>
+ <div class="img" style="background-image: url({ url + '?thumbnail&size=128' })" onclick={ removeFile }></div>
</li>
</ul>
</div>