fix
This commit is contained in:
parent
1f58623c7a
commit
270975b976
1 changed files with 3 additions and 3 deletions
|
@ -3,16 +3,16 @@
|
||||||
<div class="flex flex-col space-y-4 mb-3">
|
<div class="flex flex-col space-y-4 mb-3">
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<input type="checkbox" id="nsfwCheck" name="over_18">
|
<input type="checkbox" id="nsfwCheck" name="over_18">
|
||||||
<label class="leading-4 ml-2 inline-block badge badge-red select-none" for="nsfwCheck">18+</label>
|
<label class="leading-4 ml-2 -mt-[1px] inline-block badge badge-red select-none" for="nsfwCheck">18+</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<input type="checkbox" id="privateCheck" name="private">
|
<input type="checkbox" id="privateCheck" name="private">
|
||||||
<label class="leading-4 ml-2 inline-blue badge badge-blue select-nonee" for="privateCheck">Draft</label>
|
<label class="leading-4 ml-2 -mt-[1px] inline-blue badge badge-blue select-nonee" for="privateCheck">Draft</label>
|
||||||
</div>
|
</div>
|
||||||
{% if v.paid_dues %}
|
{% if v.paid_dues %}
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<input type="checkbox" id="clubCheck" name="club">
|
<input type="checkbox" id="clubCheck" name="club">
|
||||||
<label class="leading-4 ml-2 inline-block badge badge-yellow select-none" for="clubCheck">Country Club Thread</label>
|
<label class="leading-4 ml-2 -mt-[1px] inline-block badge badge-yellow select-none" for="clubCheck">Country Club Thread</label>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue