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}
|
||||
|
||||
@@ -38,7 +38,7 @@ onMount(() => {
|
||||
<header class="ae_header">
|
||||
<h3 class="post__name flex flex-row gap-2 items-center h3 border-b border-gray-200 w-full">
|
||||
<span class="post__name">
|
||||
<span class="fas fa-comment-alt m-1"></span>
|
||||
<span class="fas fa-comment-alt m-1 text-neutral-800/80"></span>
|
||||
{@html idaa_post_obj.title}
|
||||
</span>
|
||||
{#if idaa_post_obj.topic_name}<span class="badge badge-info preset-tonal-secondary"><span class="fas fa-tag m-1"></span> {idaa_post_obj.topic_name}</span>{/if}
|
||||
@@ -65,19 +65,19 @@ onMount(() => {
|
||||
"
|
||||
title={`View: ${idaa_post_obj?.name}`}
|
||||
>
|
||||
<span class="fas fa-envelope-open m-1"></span>
|
||||
<span class="fas fa-envelope-open m-1 text-neutral-800/80"></span>
|
||||
<!-- <span class="fas fa-info-circle"></span> -->
|
||||
View Post
|
||||
|
||||
{#if idaa_post_obj?.post_comment_count}
|
||||
<span class="ae_badge ae_info post__post_comment_count">
|
||||
<span class="fas fa-comments"></span> {(idaa_post_obj?.post_comment_count == 1 ? `${idaa_post_obj?.post_comment_count} comment` : `${idaa_post_obj?.post_comment_count} comments` )}
|
||||
<span class="fas fa-comments text-neutral-800/80"></span> {(idaa_post_obj?.post_comment_count == 1 ? `${idaa_post_obj?.post_comment_count} comment` : `${idaa_post_obj?.post_comment_count} comments` )}
|
||||
</span>
|
||||
{/if}
|
||||
|
||||
{#if idaa_post_obj?.linked_li_json?.length}
|
||||
<span class="ae_badge ae_info post__linked_li_count">
|
||||
<span class="fas fa-link"></span> {idaa_post_obj?.linked_li_json?.length}
|
||||
<span class="fas fa-link text-neutral-800/80"></span> {idaa_post_obj?.linked_li_json?.length}
|
||||
{(idaa_post_obj?.linked_li_json?.length == 1 ? ' file' : ' files')}
|
||||
</span>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user