drastically improve applying adventurers interface section

This commit is contained in:
2025-06-02 22:16:24 +02:00
parent 6cc8304018
commit c0b51e8362
2 changed files with 66 additions and 9 deletions
+6 -6
View File
@@ -3,11 +3,11 @@
<h1 v-if="label !== undefined">{{ label }}</h1>
<section class="missives">
<QuestMissive
v-for="(missive, key) in quests"
:key="key"
:adventurers="adventurers"
:missive="missive"
@click="finalizeQuest(missive)"
v-for="(missive, key) in quests"
:key="key"
:adventurers="adventurers"
:missive="missive"
@click="finalizeQuest(missive)"
/>
</section>
</div>
@@ -63,7 +63,7 @@ h1 {
gap: 1rem;
padding-block: 0.5rem;
padding-inline: 5rem;
overflow-x: auto;
overflow-x: scroll;
scroll-snap-type: x mandatory;
width: 100vw;
max-width: 100%;