diff --git a/src/lib/e_app_debug_menu.svelte b/src/lib/e_app_debug_menu.svelte index df3e1c48..89fe6f90 100644 --- a/src/lib/e_app_debug_menu.svelte +++ b/src/lib/e_app_debug_menu.svelte @@ -68,6 +68,7 @@ hover:opacity-100 --> class:w-full={expand} class:hidden={hide} class:border-transparent={!expand} + class:dark:border-transparent={!expand} class:hover:border-transparent={!expand} class:hover:bg-transparent={!expand} > @@ -97,7 +98,7 @@ hover:opacity-100 --> Debug -
+        
             {JSON.stringify($ae_loc, null, 2)}
         
@@ -199,8 +200,10 @@ hover:opacity-100 --> class=" btn btn-icon text-xs - preset-filled-surface-50-950 preset-outlined-surface-100-900 - hover:preset-tonal-warning + p-1 + preset-outlined-surface-100-900 + hover:preset-filled-warning-100-900 + transition-all fixed bottom-8 left-2 text-neutral-300 hover:text-neutral-800 diff --git a/src/lib/e_app_sys_menu.svelte b/src/lib/e_app_sys_menu.svelte index 43db9235..75a17295 100644 --- a/src/lib/e_app_sys_menu.svelte +++ b/src/lib/e_app_sys_menu.svelte @@ -102,7 +102,7 @@ max-w-max --> text-sm sm:text-sm md:text-md lg:text-md xl:text-md 2xl:text-lg - bg-blue-200/50 + bg-blue-200/90 border-2 rounded-lg border-blue-300/20 dark:border-blue-700/20 @@ -422,7 +422,7 @@ max-w-max --> preset-filled-tertiary-400-600 preset-outlined-tertiary-400-600 hover:preset-filled-success active:preset-filled-success - px-2 py-1 + px-1 py-1 min-w-22 md:min-w-30 w-full max-w-fit transition-all group " @@ -463,15 +463,12 @@ max-w-max --> {#if expand} - {:else} - {/if} + diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 52f7547c..be258747 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1024,7 +1024,7 @@ email = ${$ae_loc?.email} onclick={() => { window.location.reload(); }} - class="btn btn-sm m-1 preset-tonal-surface border border-surface-500 hover:preset-tonal-warning border border-warning-500 hover:variant-outline-warning text-warning-800 hover:text-warning-900 transition-all" + class="btn btn-sm m-1 preset-tonal-surface hover:preset-tonal-warning border border-warning-500 hover:variant-outline-warning text-warning-800 hover:text-warning-900 transition-all" title="Reload page to clear some caches and check for updates" > @@ -1063,7 +1063,7 @@ email = ${$ae_loc?.email} onclick={() => { window.location.reload(); }} - class="btn btn-sm m-1 preset-tonal-secondary border border-secondary-500 hover:preset-tonal-warning border border-warning-500 hover:variant-outline-warning text-warning-800 hover:text-warning-900 transition-all" + class="btn btn-sm m-1 preset-tonal-secondary hover:preset-tonal-warning border border-warning-500 hover:variant-outline-warning text-warning-800 hover:text-warning-900 transition-all" title="Reload page to clear some caches and check for updates" > @@ -1088,7 +1088,7 @@ email = ${$ae_loc?.email} window.location.reload(); }} - class="btn btn-sm m-1 preset-tonal-secondary border-secondary-500 hover:preset-tonal-warning border-warning-500 hover:variant-outline-warning text-error-700 hover:text-error-900 transition-all text-wrap" + class="btn btn-sm m-1 preset-tonal-secondary hover:preset-tonal-warning border border-warning-500 hover:variant-outline-warning text-error-700 hover:text-error-900 transition-all text-wrap" title="Reload and clear the page cache" > diff --git a/src/routes/events/+layout.svelte b/src/routes/events/+layout.svelte index d1a47841..10256bd1 100644 --- a/src/routes/events/+layout.svelte +++ b/src/routes/events/+layout.svelte @@ -197,7 +197,12 @@ if (browser) {