Working on general styles
This commit is contained in:
@@ -708,9 +708,12 @@ $effect(() => {
|
||||
class="
|
||||
static
|
||||
m-auto
|
||||
|
||||
border-x border-gray-200 dark:border-gray-600
|
||||
mt-12 mb-14 sm:mb-12
|
||||
h-full w-full max-w-8xl
|
||||
h-full
|
||||
w-full max-w-7xl
|
||||
|
||||
"
|
||||
>
|
||||
|
||||
@@ -786,6 +789,7 @@ $effect(() => {
|
||||
justify-center
|
||||
py-1 px-0.5
|
||||
bg-gray-100
|
||||
|
||||
"
|
||||
>
|
||||
|
||||
|
||||
@@ -107,7 +107,7 @@ let ae_promises: key_val = $state({
|
||||
|
||||
|
||||
{#if $lq__event_event_file_obj_li}
|
||||
<div class="w-full flex flex-col gap-0.5">
|
||||
<div class="w-full flex flex-col gap-0.5 overflow-y-auto">
|
||||
<!-- <div class="text-xs text-neutral-800/80">
|
||||
<strong>
|
||||
Event Files:
|
||||
|
||||
@@ -538,12 +538,11 @@ async function handle_qry__event_session(
|
||||
<section
|
||||
class="
|
||||
ae_events_pres_mgmt_event
|
||||
md:container
|
||||
flex flex-col gap-1
|
||||
items-center
|
||||
justify-start
|
||||
mx-auto
|
||||
py-1 px-2 pb-16
|
||||
min-h-full
|
||||
h-full
|
||||
min-w-full
|
||||
max-w-max
|
||||
|
||||
Reference in New Issue
Block a user