ui/ux improvements
This commit is contained in:
@@ -91,12 +91,12 @@ $genderIdentities = [
|
||||
?>
|
||||
|
||||
<li class="accordion terms-columns">
|
||||
<div class="flex px-2 rounded-md justify-between">
|
||||
<div class="relative flex px-2 rounded-md justify-between">
|
||||
<div href="" class="gap-x-3 rounded-md p-2 text-sm leading-6 font-semibold flex items-center align-middle">
|
||||
<p class="font-bold"><?php echo $term['title'] ?></p>
|
||||
<p class="font-bold pr-4"><?php echo $term['title'] ?></p>
|
||||
</div>
|
||||
|
||||
<button class="accordion-toggle">
|
||||
<button class="accordion-toggle absolute inset-0 flex w-full h-full">
|
||||
<i class="fas fa-chevron-down items-center ml-auto rounded-m px-2.5 py-2 " aria-hidden="true"></i>
|
||||
<i class="fas fa-times items-center ml-auto rounded-md px-3 py-2" aria-hidden="true"></i>
|
||||
</button>
|
||||
@@ -155,12 +155,12 @@ $genderIdentities = [
|
||||
?>
|
||||
|
||||
<li class="accordion identity-columns">
|
||||
<div class="flex px-2 rounded-md justify-between">
|
||||
<div class="relative flex px-2 rounded-md justify-between">
|
||||
<div href="" class="gap-x-3 rounded-md p-2 text-sm leading-6 font-semibold flex items-center align-middle">
|
||||
<p class="font-bold"><?php echo $identity['title'] ?></p>
|
||||
<p class="font-bold pr-4"><?php echo $identity['title'] ?></p>
|
||||
</div>
|
||||
|
||||
<button class="accordion-toggle">
|
||||
<button class="accordion-toggle absolute inset-0 flex w-full h-full">
|
||||
<i class="fas fa-chevron-down items-center ml-auto rounded-m px-2.5 py-2 " aria-hidden="true"></i>
|
||||
<i class="fas fa-times items-center ml-auto rounded-md px-3 py-2" aria-hidden="true"></i>
|
||||
</button>
|
||||
@@ -168,7 +168,7 @@ $genderIdentities = [
|
||||
</div>
|
||||
<div class="accordion-content space-y-4">
|
||||
|
||||
<!-- Identity Content -->
|
||||
<!-- Gender Identity Info -->
|
||||
<div>
|
||||
<ul class="<?php
|
||||
if (count($identity['content']) > 1) {
|
||||
|
Reference in New Issue
Block a user