From e3149b9abfec2a4d8e393b51506403e41e6903d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 6 Sep 2022 23:37:06 +0200 Subject: xP: support showing buffer logs --- xP/public/xP.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'xP/public/xP.css') diff --git a/xP/public/xP.css b/xP/public/xP.css index 8b67844..77e89fc 100644 --- a/xP/public/xP.css +++ b/xP/public/xP.css @@ -16,6 +16,10 @@ body { border-bottom: 1px solid #ccc; padding: .05rem .3rem; } +.title { + display: flex; + justify-content: space-between; +} .middle { flex: auto; @@ -52,6 +56,12 @@ body { grid-template-columns: max-content auto; overflow-y: auto; } +.log { + padding: .1rem .3rem; + font-family: monospace; + white-space: pre-wrap; + overflow-y: auto; +} .date { padding: .3rem; -- cgit v1.2.3