TootContent: remove css modules
All checks were successful
/ depoly (push) Successful in 1m19s

This commit is contained in:
thislight 2024-11-20 15:51:14 +08:00
parent 4c1b189ca0
commit cff0c2880a
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
4 changed files with 44 additions and 111 deletions

View file

@ -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!} />