diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-22 14:07:03 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-22 14:13:15 +0900 |
| commit | 57dc370a197f51ad0f2345cc617ca54feec305ce (patch) | |
| tree | a69d5502b3f6d0124868250dfc413f4586f4ccb1 /src | |
| parent | [Client:Mobile] :art: (diff) | |
| download | misskey-57dc370a197f51ad0f2345cc617ca54feec305ce.tar.gz misskey-57dc370a197f51ad0f2345cc617ca54feec305ce.tar.bz2 misskey-57dc370a197f51ad0f2345cc617ca54feec305ce.zip | |
[Client:Mobile] :art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/mobile/tags/drive.tag | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/web/app/mobile/tags/drive.tag b/src/web/app/mobile/tags/drive.tag index 4acf6bc1d4..75fcc92c0b 100644 --- a/src/web/app/mobile/tags/drive.tag +++ b/src/web/app/mobile/tags/drive.tag @@ -34,7 +34,7 @@ <virtual each={ file in files }> <mk-drive-file file={ file }></mk-drive-file> </virtual> - <p if={ moreFiles } onclick={ fetchMoreFiles }>もっと読み込む</p> + <button class="more" if={ moreFiles } onclick={ fetchMoreFiles }>もっと読み込む</button> </div> <div class="empty" if={ files.length == 0 && folders.length == 0 && !fetching }> <p if={ !folder == null }>ドライブには何もありません。</p> @@ -113,6 +113,9 @@ > mk-drive-file border-bottom solid 1px #eee + > .more + color #555 + > .empty padding 16px text-align center |