Making things look nicer. AI is still not good at this.

This commit is contained in:
Scott Idem
2026-06-15 17:59:58 -04:00
parent 4c210e3e36
commit 8b1bf64740
5 changed files with 31 additions and 14 deletions

View File

@@ -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}&times;`
: '-- none --'}