fix: head
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -120,11 +120,11 @@ watch(
|
||||
>{{ title }}</a
|
||||
>
|
||||
</div>
|
||||
<span class="badge" v-if="publishedAt">{{ publishedAt }}</span>
|
||||
|
||||
<span class="badge badge-accent badge-author" v-if="author">
|
||||
{{ author.alias }}</span
|
||||
>
|
||||
<span class="badge badge-author" v-if="author">
|
||||
{{ author.alias }}
|
||||
<span v-if="publishedAt"> • {{ publishedAt }}</span>
|
||||
</span>
|
||||
<article class="note-display" v-html="content"></article>
|
||||
<router-link
|
||||
:to="{ name: 'Home' }"
|
||||
|
||||
Reference in New Issue
Block a user