diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-14 12:43:42 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-14 12:43:42 +0900 |
| commit | 7d2bcf057775611bf43eb0ed869110bc486f357e (patch) | |
| tree | 6fa41107308b39677bc1e66710021c87dea605d6 /src/web | |
| parent | Refactor (diff) | |
| parent | Merge pull request #999 from syuilo/greenkeeper/uglifyjs-webpack-plugin-1.1.3 (diff) | |
| download | sharkey-7d2bcf057775611bf43eb0ed869110bc486f357e.tar.gz sharkey-7d2bcf057775611bf43eb0ed869110bc486f357e.tar.bz2 sharkey-7d2bcf057775611bf43eb0ed869110bc486f357e.zip | |
Merge branch 'master' of https://github.com/syuilo/misskey
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/mobile/tags/post-form.tag | 2 |
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> |