From 6120655ef2283d82943f9e905498e244757071d7 Mon Sep 17 00:00:00 2001 From: shyash Date: Mon, 23 Dec 2019 17:12:10 +0530 Subject: [PATCH] align toolbar --- client/styles/components/_toolbar.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/styles/components/_toolbar.scss b/client/styles/components/_toolbar.scss index a7c81415..274cad11 100644 --- a/client/styles/components/_toolbar.scss +++ b/client/styles/components/_toolbar.scss @@ -68,6 +68,11 @@ align-items: center; } +.toolbar__autorefresh{ + display: flex; + align-items: center; +} + .toolbar__project-name-container { @include themify() { border-color: getThemifyVariable('inactive-text-color');