From a7a5d101a6c9945c90a47f41ef9ff14260efb309 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Mon, 20 Apr 2026 22:45:26 +0200 Subject: [PATCH] gradient for tree footer for better visibility --- copyparty/web/browser.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 0f18c59c..6e775d8c 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -4546,6 +4546,8 @@ html.e #detree { padding: 2px; font-size: small; cursor: default; + pointer-events: all; + max-width: max-content; } #rtt_latency { opacity: .5; @@ -4564,9 +4566,12 @@ html.e #detree { #tree_footer { width: 0; position: fixed; - bottom: 1em; - left: 1em; + bottom: 0; + left: 0; + padding: 1em; + pointer-events: none; transition: width .15s; + background: linear-gradient(transparent, var(--bg-u2)); } .popup_button { border-radius: .3em;