aboutsummaryrefslogtreecommitdiff
path: root/xP/public/xP.css
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-09-21 12:13:30 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-09-21 12:15:27 +0200
commit919b12510b49b7b32850b1153d04bb40506bf0a1 (patch)
tree93401102c09f5a2185b64fe9b3708e97102fc1ae /xP/public/xP.css
parent414859d309df7282fbb044c5303f8ce7a32461c8 (diff)
downloadxK-919b12510b49b7b32850b1153d04bb40506bf0a1.tar.gz
xK-919b12510b49b7b32850b1153d04bb40506bf0a1.tar.xz
xK-919b12510b49b7b32850b1153d04bb40506bf0a1.zip
xC/xP: relay and render channel topics
Diffstat (limited to 'xP/public/xP.css')
-rw-r--r--xP/public/xP.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/xP/public/xP.css b/xP/public/xP.css
index 5c02d7e..87cfec2 100644
--- a/xP/public/xP.css
+++ b/xP/public/xP.css
@@ -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%;