style(notes): show repo title and user inline with a separator
Some checks failed
CI / verify (push) Failing after 8s

This commit is contained in:
Julien Calixte
2026-06-13 22:13:41 +02:00
parent af7c87a18c
commit 08ea81684e

View File

@@ -100,7 +100,7 @@ onUnmounted(() => {
<h1 class="heading-1">
{{ repo }}
</h1>
{{ user }}
· {{ user }}
</div>
<cache-all-notes />
</div>
@@ -148,6 +148,10 @@ $header-height: 40px;
display: flex;
flex: 1;
.heading-1 {
display: inline-block;
}
&.content {
.title,
h1,