xC/xP: relay and render channel topics

This commit is contained in:
2022-09-21 12:13:30 +02:00
parent 414859d309
commit 919b12510b
4 changed files with 223 additions and 173 deletions

View File

@@ -30,11 +30,16 @@ body {
display: flex;
justify-content: space-between;
align-items: baseline;
column-gap: .3em;
position: relative;
border-top: 3px solid #ccc;
border-bottom: 2px solid #888;
}
.title {
/* To approximate right-aligned space-between. */
flex-direction: row-reverse;
}
.title:before, .status:before {
content: " ";
position: absolute;
@@ -57,7 +62,7 @@ body {
.toolbar {
display: flex;
align-items: baseline;
gap: .3em;
column-gap: .3em;
}
button {
font: inherit;
@@ -129,11 +134,13 @@ button:hover:active {
overflow-y: auto;
}
.log, .content {
padding: .1em .3em;
/* Note: https://bugs.chromium.org/p/chromium/issues/detail?id=1261435 */
white-space: break-spaces;
overflow-wrap: break-word;
}
.log, .buffer .content {
padding: .1em .3em;
}
.leaked {
opacity: 50%;