From b66155333a1b362daadca9a8f67302028e09d152 Mon Sep 17 00:00:00 2001 From: Til Date: Thu, 14 May 2026 15:09:10 +0200 Subject: [PATCH] fix scroll hint color on flat theme --- copyparty/web/browser.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 904df037..49950b3e 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3872,6 +3872,9 @@ html:not(.e) #wrap.thin #ghead:not(.noa)::after { margin: -1.4em -0.5em -1.6em -1.4em;; pointer-events: none; } +html.a #wrap.thin #ghead:not(.noa)::after { + background: linear-gradient(to left, var(--bg), transparent); +} html.e #wrap.thin { .ghead { top: 5.1em;