Add dev tools

This commit is contained in:
Robert Long 2021-07-28 16:14:38 -07:00
commit 0d7ad5c07a
8 changed files with 310 additions and 46 deletions

View file

@ -42,6 +42,7 @@ limitations under the License.
display: flex;
flex-direction: column;
align-items: center;
flex: 1;
}
.joinRoom ul {
@ -66,6 +67,7 @@ limitations under the License.
.centerMessage {
display: flex;
flex: 1;
justify-content: center;
align-items: center;
}