More work on making things look better. File counts look nicer.

This commit is contained in:
Scott Idem
2024-09-04 14:41:02 -04:00
parent 917cca09ce
commit d5d28149ad
7 changed files with 31 additions and 16 deletions

View File

@@ -66,9 +66,12 @@ let ae_triggers: key_val = {};
{:else}
<span class="fas fa-file-archive m-1"></span>
Session Files?
<!-- <span> -->
{$lq__event_session_obj?.file_count ? `(${$lq__event_session_obj?.file_count})` : ''}
<!-- </span> -->
<span
class="badge badge-icon variant-glass-success absolute -top-1.5 -right-1.5 z-10"
class:hidden={!$lq__event_session_obj?.file_count}
>
{$lq__event_session_obj?.file_count}&times;
</span>
{/if}
</button>