mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-02 10:02:12 +00:00
fix toolbar animation
This commit is contained in:
@@ -38,7 +38,9 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if $currentTool !== null}
|
{#if $currentTool !== null}
|
||||||
<div class="translate-x-1 h-full animate-in animate-out {className}">
|
<div
|
||||||
|
class="translate-x-1 h-full animate-in fade-in-0 zoom-in-95 slide-in-from-left-2 {className}"
|
||||||
|
>
|
||||||
<div class="rounded-md shadow-md pointer-events-auto">
|
<div class="rounded-md shadow-md pointer-events-auto">
|
||||||
<Card.Root class="rounded-md border-none py-2.5">
|
<Card.Root class="rounded-md border-none py-2.5">
|
||||||
<Card.Content class="px-2.5">
|
<Card.Content class="px-2.5">
|
||||||
|
|||||||
@@ -129,7 +129,7 @@
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
<div class="flex flex-col gap-3 w-full max-w-80 animate-in animate-out {className ?? ''}">
|
<div class="flex flex-col gap-3 w-full max-w-80 {className ?? ''}">
|
||||||
<div class="flex flex-col gap-3">
|
<div class="flex flex-col gap-3">
|
||||||
<Label class="justify-between">
|
<Label class="justify-between">
|
||||||
<span class="flex flex-row items-center gap-1">
|
<span class="flex flex-row items-center gap-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user