popout style fix

This commit is contained in:
Kyle Spearrin 2017-11-15 14:28:41 -05:00
parent 3b6e9d7b0b
commit b4ab1b74e8
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
<div class="header header-search">
<div class="left" ng-if="!$ctrl.inSidebar">
<pop-out></pop-out>
</div>
<pop-out ng-if="!$ctrl.inSidebar"></pop-out>
<div class="left" ng-if="$ctrl.inSidebar">
<a href="" ng-click="$ctrl.refresh()"><i class="fa fa-refresh fa-lg"></i></a>
</div>