logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: d65112a62557c56e6959d85403b978d919d81496
parent: cf972e968cd1e059c4a7a05a9a3d42f3da05414b
Author: Roger Braun <roger@rogerbraun.net>
Date:   Mon,  7 Nov 2016 15:04:02 +0100

Fix poststatusform attachment markup.

Diffstat:

Msrc/components/attachment/attachment.vue9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git 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%;