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:
@@ -171,7 +171,7 @@ export const FeedItem = observer(function ({
|
||||
action = `liked your custom feed '${new AtUri(item.subjectUri).rkey}'`
|
||||
icon = 'HeartIconSolid'
|
||||
iconStyle = [
|
||||
s.red3 as FontAwesomeIconStyle,
|
||||
s.likeColor as FontAwesomeIconStyle,
|
||||
{position: 'relative', top: -4},
|
||||
]
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user