diff --git a/src/routes/events/[event_id]/(launcher)/+layout.svelte b/src/routes/events/[event_id]/(launcher)/+layout.svelte index e7432e0b..c31a273d 100644 --- a/src/routes/events/[event_id]/(launcher)/+layout.svelte +++ b/src/routes/events/[event_id]/(launcher)/+layout.svelte @@ -642,7 +642,7 @@ export let close_event_file_as_modal = function close_event_file_as_modal({}) { easing: sineIn } } - width={'min-w-96 w-1/2 max-w-screen-lg'} + width={'min-w-80 w-1/2 max-w-screen-lg'} bind:hidden={$events_loc.launcher.hide_drawer__cfg} id="sidebar1" > @@ -652,22 +652,22 @@ export let close_event_file_as_modal = function close_event_file_as_modal({}) {