signup and room waiting

This commit is contained in:
Josh
2018-06-07 15:52:42 -04:00
parent 56489ee6cd
commit 657feb777f
18 changed files with 191 additions and 143 deletions

View File

@ -9,5 +9,4 @@
this.App || (this.App = {});
App.cable = ActionCable.createConsumer();
}).call(this);

View File

@ -79,6 +79,10 @@ a {
font-size: 20px;
}
.join-button {
width: 60%;
}
iframe{
position: absolute;
top: 0;