From 919b12510b49b7b32850b1153d04bb40506bf0a1 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Wed, 21 Sep 2022 12:13:30 +0200 Subject: xC/xP: relay and render channel topics --- xP/public/xP.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'xP/public/xP.css') 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%; -- cgit v1.2.3-70-g09d2