From 08ea81684ee9a2210e318123fd5f5af6d17400e7 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 13 Jun 2026 22:13:41 +0200 Subject: [PATCH] style(notes): show repo title and user inline with a separator --- src/components/FluxNote.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/FluxNote.vue b/src/components/FluxNote.vue index 370bb64..62752ea 100644 --- a/src/components/FluxNote.vue +++ b/src/components/FluxNote.vue @@ -100,7 +100,7 @@ onUnmounted(() => {

{{ repo }}

- {{ user }} + ยท {{ user }} @@ -148,6 +148,10 @@ $header-height: 40px; display: flex; flex: 1; + .heading-1 { + display: inline-block; + } + &.content { .title, h1,