cleanup + small refract

- websockets
- event api
This commit is contained in:
cv
2021-04-11 19:17:54 +02:00
parent dee0ff1a5c
commit 964bdf0d2a
12 changed files with 145 additions and 149 deletions
@@ -10,4 +10,17 @@
.titleUnderlined {
border-bottom: 1px solid #0001;
}
.block {
display: 'block';
}
.inline {
display: inline;
}
.editable13 {
width: '13em';
min-width: '13em';
}