More layout fixes for IDAA....

This commit is contained in:
Scott Idem
2025-07-11 15:05:38 -04:00
parent e23999d728
commit 299d5b71c3
6 changed files with 25 additions and 16 deletions

View File

@@ -129,7 +129,7 @@ onDestroy(() => {
"
>
<!-- <span class="ae_icon fas fa-calendar-alt"></span> -->
<span class="ae_icon fas fa-calendar-day"></span>
<span class="ae_icon fas fa-calendar-day text-neutral-800/80"></span>
{$lq__post_obj?.name ? $lq__post_obj?.name : 'BB Post'}
</h2>
@@ -175,7 +175,7 @@ onDestroy(() => {
transition
"
>
<span class="fas fa-arrow-left m-1"></span> Back to Posts List
<span class="fas fa-arrow-left m-1 text-neutral-800/80"></span> Back to Posts List
<!-- <span class="fas fa-times m-1"></span> View Other Meetings -->
</a>
@@ -204,7 +204,7 @@ onDestroy(() => {
title="View this BB Post"
>
<!-- <span class="far fa-window-close m-1"></span> -->
<span class="fas fa-times m-1"></span>
<span class="fas fa-times m-1 text-neutral-800/80"></span>
Cancel Edit
</button>
{:else}