Add options to switch bridge backup WebSocket server port

This commit is contained in:
hensm
2020-02-26 16:31:18 +00:00
parent af521f9a0f
commit 78d8516287
8 changed files with 62 additions and 23 deletions

View File

@@ -69,6 +69,7 @@
.bridge {
border-bottom: 1px solid var(--border-color);
margin-bottom: 10px;
order: -1;
padding-bottom: 20px;
}
@@ -194,6 +195,12 @@
margin-left: 10px;
}
.bridge__backup-port {
width: 75px;
margin-left: 0.5em;
margin-right: 0.5em;
}
.category {
border: initial;