style(notes): show repo title and user inline with a separator
Some checks failed
CI / verify (push) Failing after 8s
Some checks failed
CI / verify (push) Failing after 8s
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user