mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 06:22:28 +03:00
Minor tweaks to CSS and use real branch name
This commit is contained in:
parent
425289e10a
commit
c1840b5b75
@ -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}
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user