mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-23 01:22:12 +03:00
pnpm format
This commit is contained in:
parent
9d8e10834b
commit
72b4050f42
@ -42,7 +42,7 @@
|
||||
</script>
|
||||
|
||||
<section
|
||||
class="swimlane-container flex h-full w-full gap-x-4 overflow-x-scroll p-4 bg-zinc-900"
|
||||
class="swimlane-container flex h-full w-full gap-x-4 overflow-x-scroll bg-zinc-900 p-4"
|
||||
use:dndzone={{
|
||||
items: branches,
|
||||
flipDurationMs,
|
||||
|
@ -57,7 +57,7 @@
|
||||
{#each file.hunks || [] as hunk (hunk.id)}
|
||||
<div
|
||||
animate:flip={{ duration: flipDurationMs }}
|
||||
class="changed-hunk w-full rounded border-t-[0.5px] border-t-[#4C4C4C] border-b-[0.5px] border-b-[#252525] bg-[#2C2C2C] p-1"
|
||||
class="changed-hunk w-full rounded border-t-[0.5px] border-b-[0.5px] border-t-[#4C4C4C] border-b-[#252525] bg-[#2C2C2C] p-1"
|
||||
>
|
||||
<div class="w-full text-ellipsis">
|
||||
{hunk.name}
|
||||
|
Loading…
Reference in New Issue
Block a user