Fixed feed item action button cropped on iOS
这个提交包含在:
父节点
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;
|
||||
|
|
正在加载…
在新工单中引用