summaryrefslogtreecommitdiff
path: root/src/web/app/common
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-04 12:14:53 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-04 12:14:59 +0900
commitd54453c5ff9796380fbc656f95a356eb6fd307c8 (patch)
tree2fae6a0f8c60480c1da9282edf6fc7aa2db24a82 /src/web/app/common
parentFix bug (diff)
downloadsharkey-d54453c5ff9796380fbc656f95a356eb6fd307c8.tar.gz
sharkey-d54453c5ff9796380fbc656f95a356eb6fd307c8.tar.bz2
sharkey-d54453c5ff9796380fbc656f95a356eb6fd307c8.zip
:v:
Diffstat (limited to 'src/web/app/common')
-rw-r--r--src/web/app/common/views/components/file-type-icon.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/views/components/file-type-icon.vue b/src/web/app/common/views/components/file-type-icon.vue
index aa2f0ed519..b7e868d1f7 100644
--- a/src/web/app/common/views/components/file-type-icon.vue
+++ b/src/web/app/common/views/components/file-type-icon.vue
@@ -1,5 +1,5 @@
<template>
-<span>
+<span class="mk-file-type-icon">
<template v-if="kind == 'image'">%fa:file-image%</template>
</span>
</template>