mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 00:09:41 +00:00
feat(mobile): adapt boss box to mobile
This commit is contained in:
parent
4c8309c8cc
commit
6d251aeb91
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
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
|
||||
div(class=mobile ? '' : 'panel panel-default' ng-if='group.quest.key')
|
||||
div(class = mobile ? 'item item-divider' : 'panel-heading')
|
||||
h3.panel-title(ng-if='group.quest.active==false')=env.t('questInvitation') + ' {{::Content.quests[group.quest.key].text()}}'
|
||||
h3.panel-title(ng-if='group.quest.active==true') {{::Content.quests[group.quest.key].text()}}
|
||||
.panel-body.modal-fixed-height
|
||||
|
|
|
|||
Loading…
Reference in a new issue