fix: overlay status
This commit is contained in:
@ -124,7 +124,7 @@ export function LiveVideoPlayer(props: VideoPlayerProps) {
|
|||||||
</div>
|
</div>
|
||||||
<div className="absolute flex gap-1 bottom-0 w-full bg-[rgba(0,0,0,0.5)]" onClick={e => e.stopPropagation()}>
|
<div className="absolute flex gap-1 bottom-0 w-full bg-[rgba(0,0,0,0.5)]" onClick={e => e.stopPropagation()}>
|
||||||
<div className="grow">
|
<div className="grow">
|
||||||
<StatePill state={StreamState.Live} />
|
<StatePill state={props.status as StreamState} />
|
||||||
</div>
|
</div>
|
||||||
<div className="flex gap-1 items-center">
|
<div className="flex gap-1 items-center">
|
||||||
<Icon name="volume" />
|
<Icon name="volume" />
|
||||||
|
Reference in New Issue
Block a user