Making things look nicer. AI is still not good at this.
This commit is contained in:
@@ -194,11 +194,12 @@ async function handle_convert_pdf_to_image(event_file_obj: key_val) {
|
||||
display_mode != 'default'}>
|
||||
Manage Files:
|
||||
<span
|
||||
class="bg-success-100 border-success-200 rounded-lg border px-4 font-bold"
|
||||
class="preset-filled-surface-300-700 rounded-lg px-4 text-xl font-bold"
|
||||
title="Files for {link_to_type ?? '-- not set --'}: {link_to_id ??
|
||||
'-- not set --'} (files: {$lq__event_file_obj_li?.length ??
|
||||
'None'})">
|
||||
<FolderOpen size="1em" class="mx-1" />
|
||||
<FolderOpen size=".9em" class="text-surface-800-200" />
|
||||
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
|
||||
{@html $lq__event_file_obj_li
|
||||
? `${$lq__event_file_obj_li.length}×`
|
||||
: '-- none --'}
|
||||
|
||||
Reference in New Issue
Block a user