mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 14:17:05 +00:00
refactor(bs3): add fixed height modals & panels for quests & group members
This commit is contained in:
parent
3f28d16478
commit
a7e3e76daa
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ a.pull-right.gem-wallet(popover-trigger='mouseenter', popover-title=env.t('guild
|
|||
.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
|
||||
.panel-body.modal-fixed-height
|
||||
div(ng-if='group.quest.active==false')
|
||||
table.table.table-striped
|
||||
tr(ng-repeat='member in group.members')
|
||||
|
|
@ -113,7 +113,7 @@ a.pull-right.gem-wallet(popover-trigger='mouseenter', popover-title=env.t('guild
|
|||
.panel.panel-default
|
||||
.panel-heading
|
||||
h3.panel-title=env.t('members')
|
||||
.panel-body
|
||||
.panel-body.modal-fixed-height
|
||||
span
|
||||
=env.t('partyList')
|
||||
select#partyOrder(
|
||||
|
|
|
|||
Loading…
Reference in a new issue