Fixed feed item action button cropped on iOS
This commit is contained in:
parent
9c6ebad502
commit
5a9f33669c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class FeedItem extends React.Component<Props> {
|
|||
const cardHeight = this.props.height - 2 * cardMargin;
|
||||
const imageSize = 250;
|
||||
const titleHeight = 80;
|
||||
const actionsHeight = 48;
|
||||
const actionsHeight = 60;
|
||||
const textHeight = hasImage
|
||||
? cardHeight - titleHeight - actionsHeight - imageSize
|
||||
: cardHeight - titleHeight - actionsHeight;
|
||||
|
|
Loading…
Reference in a new issue