Skip to content

Commit 8ff2a7c

Browse files
committed
cs
1 parent 740d8f5 commit 8ff2a7c

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

administrator/components/com_media/resources/scripts/components/browser/items/audio.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
:width="thumbWidth"
2121
:height="thumbHeight"
2222
>
23-
<div v-if="!thumbURL"
23+
<div
24+
v-if="!thumbURL"
2425
class="file-icon"
2526
>
2627
<span class="fas fa-file-audio" />

administrator/components/com_media/resources/scripts/components/browser/items/directory.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
:width="thumbWidth"
2323
:height="thumbHeight"
2424
>
25-
<div v-if="!thumbURL"
25+
<div
26+
v-if="!thumbURL"
2627
class="folder-icon"
2728
>
2829
<span class="icon-folder" />

administrator/components/com_media/resources/scripts/components/browser/items/document.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
:width="thumbWidth"
1919
:height="thumbHeight"
2020
>
21-
<div v-if="!thumbURL"
21+
<div
22+
v-if="!thumbURL"
2223
class="file-icon"
2324
>
2425
<span class="fas fa-file" />

administrator/components/com_media/resources/scripts/components/browser/items/file.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
:width="thumbWidth"
1818
:height="thumbHeight"
1919
>
20-
<div v-if="!thumbURL"
20+
<div
21+
v-if="!thumbURL"
2122
class="file-icon"
2223
>
2324
<span class="icon-file-alt" />

administrator/components/com_media/resources/scripts/components/browser/items/video.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
:width="thumbWidth"
1919
:height="thumbHeight"
2020
>
21-
<div v-if="!thumbURL"
21+
<div
22+
v-if="!thumbURL"
2223
class="file-icon"
2324
>
2425
<span class="fas fa-file-video" />

0 commit comments

Comments
 (0)