logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: cdc90f8edcfa705741151d975fdf59a954687137
parent: 6c631016c6719b811d48b05e32601578e150ba13
Author: Roger Braun <roger@rogerbraun.net>
Date:   Fri, 17 Feb 2017 10:33:35 +0100

One more fix.

Diffstat:

Msrc/components/attachment/attachment.vue3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue @@ -43,7 +43,6 @@ align-self: flex-start; &.html { - border: 1px solid; flex-basis: 100%; } @@ -83,7 +82,7 @@ } .oembed { - border: 1px solid rgba(0, 0, 0, 0.14); + border: 1px solid; width: 100%; display: flex;