fix(mobile): start adapting boss to mobile
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
.row
|
||||
.col-md-4
|
||||
|
||||
+boss(true)
|
||||
+boss(true, false)
|
||||
|
||||
table
|
||||
tr
|
||||
|
||||
Reference in New Issue
Block a user