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');