Getting the posters ready for LCI.

This commit is contained in:
Scott Idem
2025-10-15 10:37:46 -04:00
parent 0bc04bf899
commit f459c09fbc
2 changed files with 4 additions and 3 deletions

View File

@@ -1106,7 +1106,6 @@ $effect(() => {
<!-- **NOTE:** The modal size is intentionally set to "". This makes it undefined and allows the modal to be as large as the content. **NOTE** -->
<!-- title={$events_sess.launcher?.modal__title} -->
<Modal
open={$events_sess.launcher?.modal__open_event_file_id}
autoclose={false}
placement="top-center"
@@ -1117,9 +1116,11 @@ $effect(() => {
divide-y divide-gray-200 dark:divide-gray-700 shadow-md
relative
flex flex-col
{$events_loc.launcher.controller == 'remote' ? 'min-h-full' : ''}
min-w-full
"
bodyClass='p-0 overflow-y-auto overscroll-contain'
headerClass='p-1 md:p-2 flex flex-row items-center justify-between'
headerClass={`fixed top-0 right-0 left-0 z-20 p-1 md:p-2 flex flex-row items-center justify-between ${$events_loc.launcher.controller == 'remote' ? 'hidden' : ''} bg-white dark:bg-gray-800 opacity-50`}
footerClass='text-center'
onclose={async () => {
$events_sess.launcher.modal__open_event_file_id = null;