fix(mobile): start adapting boss to mobile

This commit is contained in:
Matteo Pagliazzi 2014-08-17 13:29:40 +02:00
parent 15641b5f37
commit 0837f2c39b
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
mixin boss(tavern)
mixin boss(tavern, mobile)
//-.panel.panel-default(bindonce='group', ng-if='group.type==="party" && group.quest.key')
.panel.panel-default(ng-if='group.quest.key')
.panel-heading

View file

@ -10,7 +10,7 @@ a.pull-right.gem-wallet(popover-trigger='mouseenter', popover-title=env.t('guild
.col-md-4
// ------ Bosses -------
+boss(false)
+boss(false, false)
// ------ Information -------
.panel.panel-default

View file

@ -2,7 +2,7 @@
.row
.col-md-4
+boss(true)
+boss(true, false)
table
tr