diff --git a/frontend/src/components/tabbar.svelte b/frontend/src/components/tabbar.svelte index c4d7e42..83df1c2 100644 --- a/frontend/src/components/tabbar.svelte +++ b/frontend/src/components/tabbar.svelte @@ -1,5 +1,7 @@ {#each tabs as tab (tab.key)} - - select(tab.key)}> + moveActiveIndicator(event.target)} + on:mouseleave={() => moveActiveIndicator()} + > + select(tab.key, event.target.parentElement)}> {#if tab.icon} {/if} {tab.title} @@ -41,9 +78,21 @@ {/if} + + {#if compact} + + {/if}