Fixed feed item action button cropped on iOS
This commit is contained in:
부모
9c6ebad502
커밋
5a9f33669c
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
@ -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;
|
||||
|
|
불러오는 중…
Reference in a new issue