Skip to content

Commit 79bc929

Browse files
committed
list: Fix margins.
1 parent 8958cd7 commit 79bc929

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/app/games/list/game.list.pug

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ include ../../template/_mixins
3131
//- no games
3232
p(ng-show="!vm.games.length && !vm.status.loading && !vm.status.offline") No games found.
3333

34-
3534
//- content
3635
.row.ng-cloak
3736
.fade2-animation
@@ -44,12 +43,9 @@ include ../../template/_mixins
4443
label.label--subtitle {{ game.manufacturer }} · {{ game.year }}
4544

4645
//- pagination
47-
.pull-right(ng-show="vm.games.length > 6")
46+
.pull-right(ng-if="vm.games.length > 6")
4847
+paginator('vm.pagination', 'vm.paginate')
49-
.clearfix(ng-if="vm.releases.length > 6")
50-
.div.padder-top-less(ng-if="vm.releases.length > 6")
51-
52-
.content-end
48+
.content-end  
5349

5450
//- right side menu
5551
.col-sm-3.col--menu

0 commit comments

Comments
 (0)