Initial screen/tab casting implementation

This commit is contained in:
hensm
2018-06-15 15:55:16 +01:00
parent 8e3992da92
commit e98639a076
10 changed files with 345 additions and 30 deletions

9
receiver/index.css Normal file
View File

@@ -0,0 +1,9 @@
body {
align-items: center;
display: flex;
justify-content: center;
}
#media {
max-height: 100vh;
max-width: 100vw;
}