xC/xP: send buffer type and server state

Also make PM highlighting behaviour consistent.
This commit is contained in:
2022-09-11 20:46:35 +02:00
parent 1493d9998b
commit 96fc12bc4c
4 changed files with 201 additions and 35 deletions

View File

@@ -17,6 +17,10 @@ body {
padding: .05em .3em;
background: #eee;
display: flex;
justify-content: space-between;
align-items: baseline;
position: relative;
border-top: 3px solid #ccc;
border-bottom: 2px solid #888;
@@ -39,11 +43,6 @@ body {
bottom: -1px;
background: #ccc;
}
.title {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.middle {
flex: auto;