mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
fix(mobile): start adapting boss to mobile
This commit is contained in:
parent
15641b5f37
commit
0837f2c39b
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue