The Launcher is looking pretty good for posters.
This commit is contained in:
@@ -237,7 +237,11 @@ async function handle_open_file() {
|
||||
</script>
|
||||
|
||||
|
||||
<div class="event_launcher_file_cont flex flex-col md:flex-row gap-1 wrap items-center justify-between w-full max-w-full">
|
||||
<div
|
||||
class="event_launcher_file_cont flex flex-col md:flex-row gap-1 wrap items-center w-full max-w-full"
|
||||
class:justify-between={!hide_meta}
|
||||
class:justify-center={hide_meta}
|
||||
>
|
||||
|
||||
{#if open_file_clicked}
|
||||
<div class="open_file_clicked alert" in:fade="{{ duration: 250 }}" out:fade="{{ duration: 2000 }}">
|
||||
|
||||
Reference in New Issue
Block a user