This commit is contained in:
parent
4c1b189ca0
commit
cff0c2880a
4 changed files with 44 additions and 111 deletions
|
@ -325,7 +325,7 @@ const RegularToot: Component<TootCardProps> = (props) => {
|
|||
source={toot().content}
|
||||
emojis={toot().emojis}
|
||||
mentions={toot().mentions}
|
||||
class={tootStyle.tootContent}
|
||||
class={cardStyle.cardNoPad}
|
||||
/>
|
||||
<Show when={toot().card}>
|
||||
<PreviewCard src={toot().card!} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue