compressed web socket support
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user