Style clean up. A lot! Almost ready for CHOW going live.

This commit is contained in:
Scott Idem
2024-03-01 16:17:02 -05:00
parent b21f9c0437
commit f4ed04497e
12 changed files with 730 additions and 246 deletions

View File

@@ -67,6 +67,12 @@ onMount(() => {
document.getElementsByTagName('html')[0].classList.add('iframe');
document.getElementsByTagName('html')[0].classList.remove('dark');
document.getElementsByTagName('html')[0].classList.remove('light');
$ae_loc.hub.show_element__access_type = false;
$ae_loc.hub.show_element__cfg = false;
} else {
$ae_loc.hub.show_element__access_type = true;
$ae_loc.hub.show_element__cfg = true;
}
});
@@ -325,9 +331,14 @@ $: if ($slct_trigger == 'set_access_code_li' && !$ae_loc.ds['hub__page__access_c
</AppShell>
{#if $ae_loc.hub.show_element__access_type}
<Element_access_type />
{/if}
{#if $ae_loc.hub.show_element__cfg}
<Element_app_cfg set_theme_mode={true} set_theme_name={true} />
{/if}
<style lang="postcss">