Commit aa32690ae7570a1ad8ac7c23d431603017bddf34
1 parent
a8c31065
Exists in
master
and in
38 other branches
Reduce width of side boxes
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/views/profile/box.html
1 | -<div ng-class="{'col-md-3': box.position!=1, 'col-md-6': box.position==1}"> | 1 | +<div ng-class="{'col-md-2-5': box.position!=1, 'col-md-7': box.position==1}"> |
2 | <ng-include ng-repeat="block in box.blocks | orderBy: 'position'" src="'app/views/profile/block.html'"></ng-include> | 2 | <ng-include ng-repeat="block in box.blocks | orderBy: 'position'" src="'app/views/profile/block.html'"></ng-include> |
3 | </div> | 3 | </div> |