1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-28 03:57:47 +02:00

popout style fix

This commit is contained in:
Kyle Spearrin 2017-11-15 14:28:41 -05:00
parent 3b6e9d7b0b
commit b4ab1b74e8

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>