You've already forked AstralRinth
forked from didirus/AstralRinth
Fixed proof form styling in checklist (#3278)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user