logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 28e674bc6acf0b63a4062a6c9dbcde05fbe594b5
parent: 9d84dda213ab445c078b4933bb89fac8f0e729af
Author: Jessica K. Litwin <jessica@litw.in>
Date:   Sun,  7 May 2017 17:47:55 -0400

small ui change so that the settings buttons at the top of each column are actually aligned properly (#2894)


Diffstat:

Mapp/javascript/styles/components.scss4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss @@ -58,7 +58,7 @@ padding: 15px; position: absolute; right: 0; - top: -48px; + top: -49px; z-index: 3; &:hover { @@ -1473,7 +1473,7 @@ a.status__content__spoiler-link { padding: 15px; position: absolute; right: 0; - top: -48px; + top: -49px; } .react-toggle {