logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 7b8291c03cdca5d70b98da194b75b07342daa326
parent: 0379ad3ac2d6ef99eb0196f74df8309c10804886
Author: lambadalambda <gitgud@rogerbraun.net>
Date:   Fri, 14 Apr 2017 07:50:27 -0400

Merge branch 'fix/remove-ghost-scrolling-mobile' into 'develop'

Change attachments margin to not cause the element to overflow.

See merge request !73

Diffstat:

Msrc/components/attachment/attachment.vue4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue @@ -33,10 +33,10 @@ .attachments { display: flex; flex-wrap: wrap; - margin-right: -0.8em; + margin-right: -0.7em; .attachment { flex: 1 0 30%; - margin: 0.5em 0.8em 0.6em 0.0em; + margin: 0.5em 0.7em 0.6em 0.0em; align-self: flex-start; &.html {