compressed web socket support

This commit is contained in:
MathMan05 2024-07-30 20:01:03 -05:00
parent b9f1bb5e53
commit 44294c6ea9
5 changed files with 241 additions and 162 deletions

View file

@ -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 {