logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 2baff88e3ff74dc46ddd2cb614eda89ce532dd77
parent: bf1fa52e5e8c95d5887e887132782f10197bbc49
Author: Shpuld Shpludson <shp@cock.li>
Date:   Thu,  7 Mar 2019 16:03:32 +0000

Merge branch 'fix/gallery-css' into 'develop'

Fix gallery style - move hide button to top right

Closes #335

See merge request pleroma/pleroma-fe!579

Diffstat:

Msrc/components/attachment/attachment.vue1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue @@ -160,6 +160,7 @@ .hider { position: absolute; + right: 0; white-space: nowrap; margin: 10px; padding: 5px;