diff --git a/gitbutler-ui/src/lib/components/BranchCard.svelte b/gitbutler-ui/src/lib/components/BranchCard.svelte index 8705ec402..fca185f76 100644 --- a/gitbutler-ui/src/lib/components/BranchCard.svelte +++ b/gitbutler-ui/src/lib/components/BranchCard.svelte @@ -275,20 +275,21 @@ {selectedFiles} /> - -
- 0} - minWidth={320} - sticky - on:width={(e) => { - laneWidth = e.detail / (16 * $userSettings.zoom); - lscache.set(laneWidthKey + branch.id, laneWidth, 7 * 1440); // 7 day ttl - $defaultBranchWidthRem = laneWidth; - }} - /> + +
+ 0} + minWidth={320} + sticky + on:width={(e) => { + laneWidth = e.detail / (16 * $userSettings.zoom); + lscache.set(laneWidthKey + branch.id, laneWidth, 7 * 1440); // 7 day ttl + $defaultBranchWidthRem = laneWidth; + }} + /> +
{/if}