mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
play icon centered in circle
This commit is contained in:
parent
d36acb08f1
commit
16d3144f25
1 changed files with 1 additions and 4 deletions
|
|
@ -66,10 +66,7 @@ class MetaItem extends Component {
|
||||||
<Icon className={styles['placeholder-image']} icon={placeholderIcon} />
|
<Icon className={styles['placeholder-image']} icon={placeholderIcon} />
|
||||||
<div className={styles['poster-image']} style={{ backgroundImage: `url('${this.props.poster}')` }} />
|
<div className={styles['poster-image']} style={{ backgroundImage: `url('${this.props.poster}')` }} />
|
||||||
<div className={styles['play-button-container']}>
|
<div className={styles['play-button-container']}>
|
||||||
{/* <Icon className={styles['play-button-icon']} icon={'ic_play'} /> */}
|
<Icon className={styles['play-button-icon']} icon={'ic_play'} viewBox={'-291.6 0 1190.6 1024'} />
|
||||||
<svg className={styles['play-button-icon']} viewBox="-291.6 0 1190.6 1024">
|
|
||||||
<path d="M891.482 512l-884.254 512v-1024z"></path>
|
|
||||||
</svg>
|
|
||||||
</div>
|
</div>
|
||||||
{this.renderProgress()}
|
{this.renderProgress()}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue