RegularToot: added preview cards
This commit is contained in:
parent
bd1a515ef8
commit
df19e54d9b
5 changed files with 144 additions and 11 deletions
src/timelines
|
@ -18,7 +18,7 @@ const CompactToot: Component<CompactTootProps> = (props) => {
|
|||
const toot = () => props.status;
|
||||
return (
|
||||
<section
|
||||
class={[tootStyle.compact, props.class || ""].join(" ")}
|
||||
class={[tootStyle.toot, tootStyle.compact, props.class || ""].join(" ")}
|
||||
lang={toot().language || undefined}
|
||||
>
|
||||
<Img
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue