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