Minor tweaks to CSS and use real branch name

This commit is contained in:
Caleb Owens 2024-05-18 00:16:58 +01:00
parent 425289e10a
commit c1840b5b75
2 changed files with 2 additions and 3 deletions

View File

@ -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}
</div>
{/if}

View File

@ -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);