diff options
author | Surinna Curtis <ekiru.0@gmail.com> | 2017-06-25 18:20:33 -0500 |
---|---|---|
committer | Surinna Curtis <ekiru.0@gmail.com> | 2017-06-25 18:24:50 -0500 |
commit | efa425206c76a683333d7d46fb1b7862818428b1 (patch) | |
tree | 04bd7bdc6ee4aa36572802a37f7c61115fe8a7d6 /app/javascript | |
parent | e60f27d6490b21a75cf764a22a011c63ce8532a7 (diff) |
Move status action bar left
This also resolves the issues where sometimes the timestamps wrap and also sits unpleasantly close to the … button.
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/components.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |