Skip to content

Commit

Permalink
add dc-rendered-on-desktop class to hide button bar on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
palmtreefrb committed Mar 30, 2022
1 parent d932203 commit 2afbbd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<span class="d-none d-md-inline-block">List</span></a>
</div>
<div class="float-right" data-ng-show="$ctrl.isAtEditorEntry()">
<div class="btn-group" ng-form="validateGoto" ng-hide="$ctrl.entryListModifiers.filterActive()">
<div class="btn-group dc-rendered-on-desktop" ng-form="validateGoto" ng-hide="$ctrl.entryListModifiers.filterActive()">
<button class="btn btn-std" data-ng-click="$ctrl.skipToEntry(-1)" ng-disabled="!$ctrl.canSkipToEntry(-1)">
<span class="fa fa-arrow-left"></span> <span class="d-none d-lg-inline-block">Previous</span>
</button>
Expand Down

0 comments on commit 2afbbd9

Please sign in to comment.