Bug fix for IDAA Archive Content edit button. Updates related to new Launcher.
This commit is contained in:
@@ -590,10 +590,15 @@ $effect(() => {
|
||||
</title>
|
||||
</svelte:head>
|
||||
|
||||
<!-- max-w-(--breakpoint-xl) -->
|
||||
<div
|
||||
class="
|
||||
static max-w-(--breakpoint-xl) m-auto border border-gray-200 dark:border-gray-600 mt-12 mb-14 sm:mb-12
|
||||
h-full
|
||||
static
|
||||
|
||||
m-auto
|
||||
border border-gray-200 dark:border-gray-600
|
||||
mt-12 mb-14 sm:mb-12
|
||||
h-full w-full max-w-7xl
|
||||
"
|
||||
>
|
||||
|
||||
@@ -632,7 +637,7 @@ $effect(() => {
|
||||
<!-- The menu should be to the left of the main session view. -->
|
||||
<div
|
||||
class="
|
||||
container h-full min-w-full w-full
|
||||
h-full min-w-full w-full max-w-full
|
||||
flex flex-col sm:flex-row flex-wrap sm:flex-nowrap gap-0
|
||||
items-center
|
||||
justify-center
|
||||
@@ -644,14 +649,14 @@ $effect(() => {
|
||||
<section
|
||||
id="Main-Nav-Menu"
|
||||
class="event_launcher_menu
|
||||
container h-full
|
||||
flex flex-col flex-wrap gap-1 items-center justify-start py-1 px-0.5
|
||||
h-full
|
||||
basis-1/5
|
||||
min-w-56 md:min-w-64 lg:min-w-72
|
||||
max-w-xs
|
||||
border-gray-200
|
||||
overflow-x-auto
|
||||
py-1 px-0.5
|
||||
flex flex-col gap-1 items-center justify-start
|
||||
overflow-y-auto
|
||||
border-r border-gray-300 dark:border-gray-600
|
||||
"
|
||||
class:hidden={$events_loc.launcher.hide__launcher_menu}
|
||||
>
|
||||
@@ -690,12 +695,16 @@ $effect(() => {
|
||||
<section
|
||||
id="Main-Content"
|
||||
class="event_launcher_main
|
||||
container h-full flex flex-col gap-1 py-1 px-2
|
||||
items-center
|
||||
basis-4/5
|
||||
h-full
|
||||
min-w-xs
|
||||
max-w-full
|
||||
py-1 px-1
|
||||
basis-4/5
|
||||
flex flex-col gap-1
|
||||
items-center
|
||||
justify-center
|
||||
overflow-y-auto
|
||||
|
||||
"
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user