Style clean up. A lot! Almost ready for CHOW going live.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user