More work on the Launcher and related
This commit is contained in:
@@ -703,7 +703,7 @@ $effect(() => {
|
||||
static
|
||||
|
||||
m-auto
|
||||
border border-gray-200 dark:border-gray-600
|
||||
border-x border-gray-200 dark:border-gray-600
|
||||
mt-12 mb-14 sm:mb-12
|
||||
h-full w-full max-w-7xl
|
||||
"
|
||||
@@ -753,7 +753,7 @@ $effect(() => {
|
||||
flex flex-col sm:flex-row flex-wrap sm:flex-nowrap gap-0
|
||||
items-center
|
||||
justify-center
|
||||
py-1 px-1
|
||||
py-1 px-0.5
|
||||
bg-gray-100
|
||||
"
|
||||
>
|
||||
@@ -765,10 +765,11 @@ $effect(() => {
|
||||
basis-1/5
|
||||
min-w-56 md:min-w-64 lg:min-w-72
|
||||
max-w-xs
|
||||
py-1 px-0.5
|
||||
pt-0.5 pr-0.5
|
||||
flex flex-col gap-1 items-center justify-start
|
||||
overflow-y-auto
|
||||
border-r border-gray-300 dark:border-gray-600
|
||||
border-r border-gray-200 dark:border-gray-700
|
||||
hover:bg-surface-100-900
|
||||
"
|
||||
class:hidden={$events_loc.launcher.hide__launcher_menu}
|
||||
>
|
||||
@@ -793,6 +794,7 @@ $effect(() => {
|
||||
|
||||
bind:loading__session_li_status={$events_sess.launcher.loading__session_li_status}
|
||||
lq__event_session_obj_li={lq__event_session_obj_li}
|
||||
bind:loading__session_id_status={$events_sess.launcher.loading__session_id_status}
|
||||
lq__event_session_obj={lq__event_session_obj}
|
||||
slct__event_session_id={$events_slct.event_session_id}
|
||||
>
|
||||
@@ -814,13 +816,12 @@ $effect(() => {
|
||||
h-full
|
||||
min-w-xs
|
||||
max-w-full
|
||||
py-1 px-1
|
||||
py-1 px-0.5
|
||||
basis-4/5
|
||||
flex flex-col gap-1
|
||||
items-center
|
||||
justify-center
|
||||
overflow-y-auto
|
||||
|
||||
"
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user