From d65112a62557c56e6959d85403b978d919d81496 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Mon, 7 Nov 2016 15:04:02 +0100 Subject: [PATCH] Fix poststatusform attachment markup. --- src/components/attachment/attachment.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 8c088cf1..24148fd4 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -42,6 +42,15 @@ width: 100%; } + img.media-upload { + width: 100%; + height: 100%; + flex: 1; + border: 1px solid; + border-radius: 0.5em; + } + + .oembed { img { width: 100%;