Skip to content

Commit

Permalink
list: Fix margins.
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed Feb 28, 2019
1 parent 8958cd7 commit 79bc929
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/app/games/list/game.list.pug
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ include ../../template/_mixins
//- no games
p(ng-show="!vm.games.length && !vm.status.loading && !vm.status.offline") No games found.


//- content
.row.ng-cloak
.fade2-animation
Expand All @@ -44,12 +43,9 @@ include ../../template/_mixins
label.label--subtitle {{ game.manufacturer }} · {{ game.year }}

//- pagination
.pull-right(ng-show="vm.games.length > 6")
.pull-right(ng-if="vm.games.length > 6")
+paginator('vm.pagination', 'vm.paginate')
.clearfix(ng-if="vm.releases.length > 6")
.div.padder-top-less(ng-if="vm.releases.length > 6")

.content-end
.content-end  

//- right side menu
.col-sm-3.col--menu
Expand Down

0 comments on commit 79bc929

Please sign in to comment.