From 2341228efd02bcd4c99214885a5214826bfffa5c Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Wed, 7 Sep 2022 15:33:38 +0200 Subject: xP: implement buffer line leakage Rather than on redisplay, these get cleared on reconnect. --- xP/public/xP.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xP/public/xP.css') diff --git a/xP/public/xP.css b/xP/public/xP.css index 77e89fc..05badb0 100644 --- a/xP/public/xP.css +++ b/xP/public/xP.css @@ -63,6 +63,9 @@ body { overflow-y: auto; } +.leaked { + opacity: 50%; +} .date { padding: .3rem; grid-column: span 2; -- cgit v1.2.3-54-g00ecf