logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 43db2cf5e7e72ca4c16f94dd6e60fadc725da747
parent: cc9a6a710f6cf6d193589778570a13f89f7d18f4
Author: Wonderfall <wonderfall@targaryen.house>
Date:   Wed, 10 May 2017 20:32:26 +0200

align buttons with column headers (#2964)


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: -49px; + top: -48px; z-index: 3; &:hover { @@ -1474,7 +1474,7 @@ a.status__content__spoiler-link { padding: 15px; position: absolute; right: 0; - top: -49px; + top: -48px; } .react-toggle {