fix: head
This commit is contained in:
@@ -183,13 +183,6 @@ $header-height: 40px;
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.repo-header {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
gap: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -120,11 +120,11 @@ watch(
|
|||||||
>{{ title }}</a
|
>{{ title }}</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<span class="badge" v-if="publishedAt">{{ publishedAt }}</span>
|
|
||||||
|
|
||||||
<span class="badge badge-accent badge-author" v-if="author">
|
<span class="badge badge-author" v-if="author">
|
||||||
{{ author.alias }}</span
|
{{ author.alias }}
|
||||||
>
|
<span v-if="publishedAt"> • {{ publishedAt }}</span>
|
||||||
|
</span>
|
||||||
<article class="note-display" v-html="content"></article>
|
<article class="note-display" v-html="content"></article>
|
||||||
<router-link
|
<router-link
|
||||||
:to="{ name: 'Home' }"
|
:to="{ name: 'Home' }"
|
||||||
|
|||||||
Reference in New Issue
Block a user