summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-13 16:18:49 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-13 16:18:56 +0900
commitedce96a6997c319d50ef7ed16708086195950f73 (patch)
tree41355dd57ef757075244149cec313e10d561e44d /src
parentUpdate package.json (diff)
downloadmisskey-edce96a6997c319d50ef7ed16708086195950f73.tar.gz
misskey-edce96a6997c319d50ef7ed16708086195950f73.tar.bz2
misskey-edce96a6997c319d50ef7ed16708086195950f73.zip
[Client] :v:
Diffstat (limited to 'src')
-rw-r--r--src/web/app/mobile/tags/drive/file-viewer.tag2
-rw-r--r--src/web/app/mobile/tags/drive/file.tag4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/web/app/mobile/tags/drive/file-viewer.tag b/src/web/app/mobile/tags/drive/file-viewer.tag
index cfa77dcb91..e38c3f317c 100644
--- a/src/web/app/mobile/tags/drive/file-viewer.tag
+++ b/src/web/app/mobile/tags/drive/file-viewer.tag
@@ -23,7 +23,7 @@
<span class="separator"></span>
<span class="data-size">{ bytesToSize(file.datasize) }</span>
<span class="separator"></span>
- <span class="created-at"><mk-time time={ file.created_at }></mk-time></span>
+ <span class="created-at"><i class="fa fa-clock-o"></i><mk-time time={ file.created_at }></mk-time></span>
</div>
</div>
<div class="menu">
diff --git a/src/web/app/mobile/tags/drive/file.tag b/src/web/app/mobile/tags/drive/file.tag
index 1ee114fde7..a6b81f19c6 100644
--- a/src/web/app/mobile/tags/drive/file.tag
+++ b/src/web/app/mobile/tags/drive/file.tag
@@ -16,8 +16,8 @@
<p class="separator"></p>
<p class="data-size">{ bytesToSize(file.datasize) }</p>
<p class="separator"></p>
- <p class="created-at"><i class="fa fa-clock-o"></i>
- <mk-time time={ file.created_at }></mk-time>
+ <p class="created-at">
+ <i class="fa fa-clock-o"></i><mk-time time={ file.created_at }></mk-time>
</p>
</footer>
</div>