From efa425206c76a683333d7d46fb1b7862818428b1 Mon Sep 17 00:00:00 2001 From: Surinna Curtis Date: Sun, 25 Jun 2017 18:20:33 -0500 Subject: [PATCH] Move status action bar left MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also resolves the issues where sometimes the timestamps wrap and also sits unpleasantly close to the … button. --- app/javascript/styles/components.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 0418ffd89..867612042 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -700,6 +700,7 @@ align-items: center; display: flex; margin-top: 10px; + margin-left: -58px; } .status__action-bar-button {