Fixed proof form styling in checklist (#3278)

This commit is contained in:
Prospector 2025-02-20 14:38:10 -08:00 committed by GitHub
parent a8727d9a68
commit c4f582e35b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,10 +46,12 @@
<div v-else-if="!modPackData[modPackIndex]"> <div v-else-if="!modPackData[modPackIndex]">
<p>All permission checks complete!</p> <p>All permission checks complete!</p>
<div class="input-group modpack-buttons"> <div class="input-group modpack-buttons">
<button class="btn" @click="modPackIndex -= 1"> <ButtonStyled>
<LeftArrowIcon aria-hidden="true" /> <button @click="modPackIndex -= 1">
Previous <LeftArrowIcon aria-hidden="true" />
</button> Previous
</button>
</ButtonStyled>
</div> </div>
</div> </div>
<div v-else> <div v-else>
@ -68,8 +70,10 @@
{{ option.name }} {{ option.name }}
</button> </button>
</div> </div>
<template v-if="modPackData[modPackIndex].status !== 'unidentified'"> <div
<div class="universal-labels"></div> v-if="modPackData[modPackIndex].status !== 'unidentified'"
class="flex flex-col gap-1"
>
<label for="proof"> <label for="proof">
<span class="label__title">Proof</span> <span class="label__title">Proof</span>
</label> </label>
@ -100,7 +104,7 @@
autocomplete="off" autocomplete="off"
placeholder="Enter title of project..." placeholder="Enter title of project..."
/> />
</template> </div>
</div> </div>
<div v-else-if="modPackData[modPackIndex].type === 'flame'"> <div v-else-if="modPackData[modPackIndex].type === 'flame'">
<p> <p>