landscape: fixed remote content expand button

This commit is contained in:
Tyler Brown Cifu Shuster 2020-10-07 13:57:56 -07:00
parent 03ea4f0a9f
commit 1e79552f07

View File

@ -148,8 +148,9 @@ export default class RemoteContent extends PureComponent<RemoteContentProps, Rem
<Fragment> <Fragment>
{renderUrl ? this.wrapInLink(this.state.embed && this.state.embed.title ? this.state.embed.title : url) : null} {renderUrl ? this.wrapInLink(this.state.embed && this.state.embed.title ? this.state.embed.title : url) : null}
{this.state.embed !== 'error' && this.state.embed?.html && !unfold ? <Button {this.state.embed !== 'error' && this.state.embed?.html && !unfold ? <Button
display='inline-flex'
border={1} border={1}
style={{ display: 'inline-flex', height: '1.66em' }} // Height is hacked to line-height until Button supports proper size height={3}
ml={1} ml={1}
onClick={this.unfoldEmbed} onClick={this.unfoldEmbed}
style={{ cursor: 'pointer' }} style={{ cursor: 'pointer' }}