diff --git a/src/lib/e_app_sys_menu.svelte b/src/lib/e_app_sys_menu.svelte index 8de68822..ef15b129 100644 --- a/src/lib/e_app_sys_menu.svelte +++ b/src/lib/e_app_sys_menu.svelte @@ -150,6 +150,7 @@ max-w-max --> delay-1000 hover:delay-500 duration-200 hover:duration-200 ease-in-out + group " > @@ -351,7 +352,7 @@ max-w-max --> type="button" class:w-48={$ae_loc?.app_cfg?.show_element__menu} - class="btn btn-sm variant-outline-tertiary hover:variant-ghost-success px-6 py-1 *:hover:inline" + class="btn btn-sm variant-outline-tertiary hover:variant-ghost-success px-6 py-1 invisible group-hover:visible groupx" title="Show or hide the menu" onclick={async () => { if (!$ae_loc?.app_cfg?.show_element__menu) { @@ -386,7 +387,7 @@ max-w-max --> {:else}
- + Menu {/if}