Add dev tools
This commit is contained in:
parent
fa60eb28e9
commit
0d7ad5c07a
8 changed files with 310 additions and 46 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue