frontend: improve stream UI and add fullscreen
This commit is contained in:
@@ -11,16 +11,20 @@
|
||||
<meta name="description" content="Streaming game" />
|
||||
</svelte:head>
|
||||
|
||||
<section>
|
||||
<Stream {url} {certHash} />
|
||||
</section>
|
||||
<!--<section>
|
||||
</section>-->
|
||||
<Stream {url} {certHash} />
|
||||
|
||||
<style>
|
||||
section {
|
||||
min-height: 100vh;
|
||||
min-width: 100vw;
|
||||
}
|
||||
/*section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex: 0.6;
|
||||
}
|
||||
}*/
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user