From: Jessica K. Litwin Date: Sun, 7 May 2017 21:47:55 +0000 (-0400) Subject: small ui change so that the settings buttons at the top of each column are actually... X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=28e674bc6acf0b63a4062a6c9dbcde05fbe594b5;p=mastodon.git small ui change so that the settings buttons at the top of each column are actually aligned properly (#2894) --- diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 8e9286572..beaa5dd71 100644 --- 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 {