From 28e674bc6acf0b63a4062a6c9dbcde05fbe594b5 Mon Sep 17 00:00:00 2001 From: "Jessica K. Litwin" Date: Sun, 7 May 2017 17:47:55 -0400 Subject: [PATCH] small ui change so that the settings buttons at the top of each column are actually aligned properly (#2894) --- app/javascript/styles/components.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {