Add action buttons and status bar
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.player {
|
||||
height: 90vh;
|
||||
height: 80vh;
|
||||
width: 100%;
|
||||
background-color: green;
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
interface Props {
|
||||
online: boolean;
|
||||
viewers: number;
|
||||
timer: string;
|
||||
}
|
||||
|
||||
export default function StatusBar(props: Props) {
|
||||
return <div>Stream status bar goes here</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user