feat: Add new composer

This commit is contained in:
Jesse Wierzbinski 2024-11-30 19:15:23 +01:00
parent 49d356e2ab
commit 4dfbd845d3
No known key found for this signature in database
40 changed files with 584 additions and 222 deletions

View file

@ -2,7 +2,7 @@
<div :class="['prose block relative dark:prose-invert duration-200 !max-w-full break-words prose-a:no-underline prose-a:hover:underline', $style.content]" v-html="content">
</div>
<div v-if="quote" class="mt-4 rounded border">
<div v-if="quote" class="mt-4 rounded border overflow-hidden">
<Note :note="quote" :hide-actions="true" :small-layout="true" />
</div>
</template>

View file

@ -1,5 +1,5 @@
<template>
<Card as="article" class="rounded-none border-0 duration-200 shadow-none">
<Card as="article" class="rounded-none border-0 duration-200 shadow-none max-w-full">
<CardHeader class="pb-4" as="header">
<ReblogHeader v-if="note.reblog" :avatar="note.account.avatar" :display-name="note.account.display_name"
:url="reblogAccountUrl" />