From 3210283ae2783952c3724be188f2db8132885a38 Mon Sep 17 00:00:00 2001 From: dtluna Date: Tue, 22 Nov 2016 21:45:18 +0300 Subject: Add audio player --- src/components/attachment/attachment.vue | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/components/attachment/attachment.vue') diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 0e2a228a..4e8c1407 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -8,6 +8,8 @@ + + Don't know how to display this...
@@ -42,6 +44,10 @@ width: 100%; } + audio { + width: 100%; + } + img.media-upload { width: 100%; height: 100%; -- cgit v1.2.3-70-g09d2 From c8d25eab61450340039374f0ffc4b2388825714b Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Thu, 24 Nov 2016 20:49:30 +0100 Subject: Image CSS fix for Firefox. --- src/components/attachment/attachment.vue | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/attachment/attachment.vue') diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 4e8c1407..d5578c04 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -97,7 +97,6 @@ img { width: 100%; - flex: 1; border: 1px solid; border-radius: 0.5em; width: 100%; -- cgit v1.2.3-70-g09d2