restyle feed
This commit is contained in:
@@ -45,8 +45,8 @@ function deletePost() {
|
|||||||
<small
|
<small
|
||||||
>Created at: {{ new Date(post.createdAt).toLocaleString() }}</small
|
>Created at: {{ new Date(post.createdAt).toLocaleString() }}</small
|
||||||
>
|
>
|
||||||
|
<small>By: {{ post.author.username }}</small>
|
||||||
<Markdown class="flex-1 border-box text-wrap" :source="post.content" />
|
<Markdown class="flex-1 border-box text-wrap" :source="post.content" />
|
||||||
<p>by: {{ post.author.username }}</p>
|
|
||||||
<div class="flex flex-row w-full">
|
<div class="flex flex-row w-full">
|
||||||
<Button class="flex-1 border-box" v-if="!leftCap" @click="prevPost">
|
<Button class="flex-1 border-box" v-if="!leftCap" @click="prevPost">
|
||||||
Prev
|
Prev
|
||||||
|
|||||||
Reference in New Issue
Block a user