Things are looking and working better. Note the Modal size is set to "". This allows it to stretch to the full width of the screen.

This commit is contained in:
Scott Idem
2025-10-13 18:17:32 -04:00
parent 8f7c1bf428
commit 0bc04bf899
5 changed files with 77 additions and 21 deletions

View File

@@ -60,7 +60,6 @@ import { events_loc, events_sess, events_slct, events_trigger } from '$lib/ae_ev
import { events_func } from '$lib/ae_events_functions';
import Element_ae_crud from '$lib/element_ae_crud.svelte';
import { modal } from 'flowbite-svelte';
// *** Functions and Logic
@@ -384,12 +383,13 @@ async function handle_open_file() {
>
{#if (screen_saver_exts.includes(event_file_obj.extension))}
<span class="fas fa-chart-bar m-1" class:hidden="{hide_launch_icon}"></span>
Open Poster {event_file_id}
Open Poster
<!-- {event_file_id} -->
{:else}
<span class="fas fa-paper-plane m-1" class:hidden="{hide_launch_icon}"></span>
{ae_util.shorten_filename({filename: event_file_obj.filename, max_length: max_filename_length})}
{/if}
{$events_sess.launcher.modal__open_event_file_id ?? '-- not set --'}
<!-- {$events_sess.launcher.modal__open_event_file_id ?? '-- not set --'} -->
</button>