More layout fixes for IDAA....
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user