NOT FULLY WORKING YET. Still working to upgrade fully to Tailwind CSS v4.

This commit is contained in:
Scott Idem
2025-06-18 14:48:42 -04:00
parent e6394549bf
commit db6e9dd019
16 changed files with 762 additions and 1160 deletions

View File

@@ -203,7 +203,8 @@ onDestroy(() => {
</div>
{:else if ($lq__post_obj?.full_name)}
<div class="post__posted_by">
Posted by: <span class="fas fa-user"></span> <span class="post__full_name">{$lq__post_obj?.full_name}
Posted by: <span class="fas fa-user"></span>
<span class="post__full_name">{$lq__post_obj?.full_name}</span>
{#if $ae_loc.trusted_access && $lq__post_obj?.email}
<a href="mailto:{$lq__post_obj?.email}?subject=IDAA BB Post">{$lq__post_obj?.email}</a>
{/if}