persistent websocket

This commit is contained in:
2023-06-13 11:27:00 +02:00
parent 70d99b0c6b
commit 78999174ab
18 changed files with 334 additions and 309 deletions

View File

@@ -73,3 +73,8 @@
.flex-grow {
flex-grow: 1;
}
input:disabled {
filter: brightness(75%);
cursor: not-allowed;
}