diff --git a/src/components/FluxNote.vue b/src/components/FluxNote.vue index dc9702e..11fb8c0 100644 --- a/src/components/FluxNote.vue +++ b/src/components/FluxNote.vue @@ -183,13 +183,6 @@ $header-height: 40px; flex-direction: column; align-items: center; - .repo-header { - display: flex; - justify-content: center; - align-items: center; - gap: 1rem; - } - .title { margin-bottom: 0; } diff --git a/src/views/PublicNoteView.vue b/src/views/PublicNoteView.vue index 481bf4d..017343e 100644 --- a/src/views/PublicNoteView.vue +++ b/src/views/PublicNoteView.vue @@ -120,11 +120,11 @@ watch( >{{ title }} - {{ publishedAt }} - - {{ author.alias }} + + {{ author.alias }} +  • {{ publishedAt }} +