Collection of small UI fixes & improvements (#1104)
* Fix black bar appearing in link card images * Include QPs in posts cache * Fix like color for feed likes in notifications * Fix post embed spacing
This commit is contained in:
@@ -252,7 +252,7 @@ export const PostThreadItem = observer(function PostThreadItem({
|
||||
) : undefined}
|
||||
{item.post.embed && (
|
||||
<ContentHider moderation={item.moderation.embed} style={s.mb10}>
|
||||
<PostEmbeds embed={item.post.embed} style={s.mb10} />
|
||||
<PostEmbeds embed={item.post.embed} />
|
||||
</ContentHider>
|
||||
)}
|
||||
</ContentHider>
|
||||
@@ -386,7 +386,7 @@ export const PostThreadItem = observer(function PostThreadItem({
|
||||
) : undefined}
|
||||
{item.post.embed && (
|
||||
<ContentHider style={s.mb10} moderation={item.moderation.embed}>
|
||||
<PostEmbeds embed={item.post.embed} style={s.mb10} />
|
||||
<PostEmbeds embed={item.post.embed} />
|
||||
</ContentHider>
|
||||
)}
|
||||
{needsTranslation && (
|
||||
|
||||
Reference in New Issue
Block a user