🔌 Add websocket page

This commit is contained in:
NBTX
2019-08-24 15:51:03 +01:00
parent 8d35e7d3bd
commit 35d7e1b32e
4 changed files with 282 additions and 3 deletions

View File

@@ -70,6 +70,12 @@ footer {
justify-content: space-between;
}
nav {
a:not(:last-of-type) {
margin-right: 15px;
}
}
body.sticky-footer footer {
position: fixed;
bottom: 0;
@@ -104,7 +110,7 @@ legend {
cursor: pointer;
}
fieldset textarea {
fieldset textarea, fieldset pre {
resize: vertical;
}
@@ -163,7 +169,8 @@ fieldset.response legend {
select,
input,
option,
textarea {
textarea,
pre {
margin: 4px;
padding: 8px 16px;
width: calc(100% - 8px);