side bar drag and pull to refresh only available on mobile devices

This commit is contained in:
Gabriel Bazán 2016-06-06 12:07:00 -03:00
commit db65076157
5 changed files with 12 additions and 20 deletions

View file

@ -31,7 +31,7 @@
</button>
</div>
<div class="half-row left">
<button ng-click="accept()" class="round expand" ng-style="{'background-color':index.backgroundColor}" translate>
<button ng-click="accept()" class="round expand" ng-style="{'background-color':index.backgroundColor}">
<span class="size-12" translate>Confirm</span>
</button>
</div>