Skip to content
Snippets Groups Projects
Commit 57dc370a authored by syuilo's avatar syuilo
Browse files

[Client:Mobile] 🎨

parent 1735de3f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment