Making things look nicer
This commit is contained in:
@@ -81,7 +81,7 @@ onMount(() => {
|
||||
<table class="table-auto w-full">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-center">File</th>
|
||||
<th class="text-center">Download File</th>
|
||||
<th
|
||||
class="text-center"
|
||||
class:hidden={!allow_basic}
|
||||
@@ -130,14 +130,15 @@ onMount(() => {
|
||||
:
|
||||
</span>
|
||||
{: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">
|
||||
Download:
|
||||
</span> -->
|
||||
{/await}
|
||||
|
||||
<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
|
||||
|
||||
Reference in New Issue
Block a user