From 714706f9254478f66249484dd6dc1b2e95fac463 Mon Sep 17 00:00:00 2001 From: Alys Date: Wed, 1 Aug 2018 18:43:33 +1000 Subject: [PATCH] add quest participant list to collection quests (#10568) --- .../components/groups/questSidebarSection.vue | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/website/client/components/groups/questSidebarSection.vue b/website/client/components/groups/questSidebarSection.vue index e657f7f86e..8c09ee5c94 100644 --- a/website/client/components/groups/questSidebarSection.vue +++ b/website/client/components/groups/questSidebarSection.vue @@ -24,6 +24,9 @@ sidebar-section(:title="$t('questDetailsTitle')") h3(v-once) {{ questData.text() }} .quest-box .collect-info(v-if='questData.collect') + .row + .col-12 + a.float-right(@click="openParticipantList()") {{ $t('participantsTitle') }} .row(v-for='(value, key) in questData.collect') .col-2 div(:class="'quest_' + questData.key + '_' + key") @@ -74,14 +77,6 @@ sidebar-section(:title="$t('questDetailsTitle')") margin: 0 auto; } - .boss-info { - a { - font-family: 'Roboto Condensed', sans-serif; - font-weight: bold; - color: $gray-10; - } - } - .boss-health-bar { width: 80%; background-color: red; @@ -142,6 +137,12 @@ sidebar-section(:title="$t('questDetailsTitle')") padding: .5em; margin-bottom: 1em; + a { + font-family: 'Roboto Condensed', sans-serif; + font-weight: bold; + color: $gray-10; + } + svg: { width: 100%; height: 100%;