Making things look nicer

This commit is contained in:
Scott Idem
2024-06-28 13:06:13 -04:00
parent e6aec67247
commit 9f7a19c4b9

View File

@@ -81,7 +81,7 @@ onMount(() => {
<table class="table-auto w-full"> <table class="table-auto w-full">
<thead> <thead>
<tr> <tr>
<th class="text-center">File</th> <th class="text-center">Download File</th>
<th <th
class="text-center" class="text-center"
class:hidden={!allow_basic} class:hidden={!allow_basic}
@@ -130,14 +130,15 @@ onMount(() => {
: :
</span> </span>
{:then} {:then}
<span class="fas fa-download mx-1"></span> <!-- <span class="fas fa-download mx-1"></span> -->
<span class="fas fa-{ae_util.file_extension_icon(event_file_obj.extension)}"></span>
<!-- <span class="text-sm"> <!-- <span class="text-sm">
Download: Download:
</span> --> </span> -->
{/await} {/await}
<span class="grow"> <span class="grow">
{ae_util.shorten_filename({filename: event_file_obj.filename, max_length: 25})} {ae_util.shorten_filename({filename: event_file_obj.filename, max_length: 30})}
</span> </span>
<span <span