diff --git a/app/src/lib/components/BranchFooter.svelte b/app/src/lib/components/BranchFooter.svelte index 1be6ffb1e..c5490fad2 100644 --- a/app/src/lib/components/BranchFooter.svelte +++ b/app/src/lib/components/BranchFooter.svelte @@ -56,7 +56,7 @@ }} /> {:else} - Branch origin/second-branch is up to date with the remote. + Branch {$branch.name} is up to date with the remote. {/if} {/if} diff --git a/app/src/lib/components/CommitCard.svelte b/app/src/lib/components/CommitCard.svelte index cfb1806ab..88e8fcc16 100644 --- a/app/src/lib/components/CommitCard.svelte +++ b/app/src/lib/components/CommitCard.svelte @@ -342,7 +342,7 @@ border-bottom-left-radius: var(--radius-m); border-bottom-right-radius: var(--radius-m); } - &:not(.is-first):not(.is-commit-open) { + &:not(.is-first) { border-top: none; } &:not(.is-commit-open):hover { @@ -385,7 +385,6 @@ .is-commit-open { background-color: var(--clr-bg-2); - margin: 0.5rem 0; & .commit__header { padding-bottom: var(--size-16);