mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-08 19:06:38 +03:00
Remove animation from tray element
This commit is contained in:
parent
38fb0132ec
commit
c20e8f64f3
@ -10,7 +10,6 @@
|
||||
<div class="flex flex-col gap-y-2 py-2">
|
||||
{#each branches as branch (branch.id)}
|
||||
<div
|
||||
animate:flip={{ duration: 300 }}
|
||||
class="rounded border-t-[0.5px] border-b-[0.5px] border-t-[#4C4C4C] border-b-[#252525] bg-[#212121] p-2"
|
||||
>
|
||||
<Checkbox bind:checked={branch.active} />
|
||||
|
Loading…
Reference in New Issue
Block a user