diff options
| author | shpuld <shpuld@gmail.com> | 2017-02-22 15:04:28 +0200 |
|---|---|---|
| committer | shpuld <shpuld@gmail.com> | 2017-02-22 15:04:28 +0200 |
| commit | ded2d54ccab9fbf40e0aba258ae98c2017418c95 (patch) | |
| tree | 0da6761ee174e22a476f9c82dcd7c103746467b2 /src/components/attachment/attachment.vue | |
| parent | 6c385ae80aaf763db7f973b5dc1e3bd21367a2a7 (diff) | |
| parent | 935c0e09c650bca5f92d05335d158ef3c148901b (diff) | |
Merged existing changes from 'develop'
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 738a1e86..e0eba6a9 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -16,8 +16,6 @@ <audio v-if="type === 'audio'" :src="attachment.url" controls></audio> - <span v-if="type === 'unknown'">Don't know how to display this...</span> - <div @click.prevent="linkClicked" v-if="type === 'html' && attachment.oembed" class="oembed"> <div v-if="attachment.thumb_url" class="image"> <img :src="attachment.thumb_url"></img> @@ -38,12 +36,12 @@ flex-wrap: wrap; .attachment { flex: 1 0 30%; - display: flex; margin: 0.5em 0.8em 0.6em 0.1em; align-self: flex-start; &.html { flex-basis: 100%; + display: flex; } .hider { |
