mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +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} />
|
||||
<div className={styles['poster-image']} style={{ backgroundImage: `url('${this.props.poster}')` }} />
|
||||
<div className={styles['play-button-container']}>
|
||||
{/* <Icon className={styles['play-button-icon']} icon={'ic_play'} /> */}
|
||||
<svg className={styles['play-button-icon']} viewBox="-291.6 0 1190.6 1024">
|
||||
<path d="M891.482 512l-884.254 512v-1024z"></path>
|
||||
</svg>
|
||||
<Icon className={styles['play-button-icon']} icon={'ic_play'} viewBox={'-291.6 0 1190.6 1024'} />
|
||||
</div>
|
||||
{this.renderProgress()}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue