compressed web socket support
This commit is contained in:
parent
b9f1bb5e53
commit
44294c6ea9
5 changed files with 241 additions and 162 deletions
|
@ -944,6 +944,7 @@ span {
|
|||
text-align: center;
|
||||
transition: transform .2s;
|
||||
vertical-align: middle;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#centerdiv {
|
||||
|
@ -951,6 +952,8 @@ span {
|
|||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#loading.doneloading {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue