frontend: improve stream UI and add fullscreen

This commit is contained in:
2025-08-09 01:35:09 -06:00
parent 411c1c74e6
commit 9f9bb68e22
6 changed files with 122 additions and 10 deletions
+8 -4
View File
@@ -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>