More significant updates to the general layout and styling per module.
This commit is contained in:
@@ -32,11 +32,12 @@ import type { key_val } from '$lib/ae_stores';
|
||||
import { ae_loc, ae_sess, ae_api, slct } from '$lib/ae_stores';
|
||||
import Element_data_store from '$lib/element_data_store_v2.svelte';
|
||||
import { events_loc, events_sess, events_slct, events_trigger, events_trig_kv } from '$lib/ae_events_stores';
|
||||
interface Props {
|
||||
/** @type {import('./$types').LayoutData} */
|
||||
data: any;
|
||||
children?: import('svelte').Snippet;
|
||||
}
|
||||
|
||||
interface Props {
|
||||
/** @type {import('./$types').LayoutData} */
|
||||
data: any;
|
||||
children?: import('svelte').Snippet;
|
||||
}
|
||||
|
||||
let { data, children }: Props = $props();
|
||||
// import { events_func } from '$lib/ae_events_functions';
|
||||
@@ -142,7 +143,12 @@ if (browser) {
|
||||
> -->
|
||||
<div
|
||||
class:iframe={$ae_loc?.iframe}
|
||||
class="ae_events h-full max-h-full max-w-6xl overflow-auto flex flex-col gap-1 m-auto"
|
||||
class="
|
||||
ae_events
|
||||
h-full max-h-full max-w-6xl overflow-auto
|
||||
flex flex-col gap-1
|
||||
m-auto
|
||||
"
|
||||
>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user