show placeholders for loading img tags, this allows the entry to have its final height immediately

This commit is contained in:
Athou
2022-08-20 23:02:55 +02:00
parent 1f2a265c54
commit f81491fb32
10 changed files with 155 additions and 34 deletions

View File

@@ -29,7 +29,7 @@ const useStyles = createStyles((theme, props: FeedEntryProps) => {
},
},
body: {
maxWidth: "650px",
maxWidth: Constants.layout.entryMaxWidth,
},
}
})