From cdffd855e66b6426a84cada39b0a9e81d9e6bd83 Mon Sep 17 00:00:00 2001 From: bh Date: Sun, 8 Mar 2026 13:55:22 +0800 Subject: Add blur back at the bottom --- userContent.css | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/userContent.css b/userContent.css index 0de39f9..e1ca639 100644 --- a/userContent.css +++ b/userContent.css @@ -71,13 +71,12 @@ } - /* ╔════════════════════════════════════════════════════════════╗ - ║ COMPOSER / PROMPT ║ - ╚════════════════════════════════════════════════════════════╝ */ +/* ╔════════════════════════════════════════════════════════════╗ + ║ COMPOSER / PROMPT ║ + ╚════════════════════════════════════════════════════════════╝ */ [data-type="unified-composer"] .bg-token-bg-primary { - background-color: rgba(0, 35, 35, 0.5) !important; - backdrop-filter: blur(10000px) !important; + background-color: rgba(0, 35, 35, 1) !important; } @@ -183,14 +182,14 @@ } } -/* ╔════════════════════════════════════════════════════════════╗ - ║ CODE BLOCK STYLING ║ - ╚════════════════════════════════════════════════════════════╝ */ + /* ╔════════════════════════════════════════════════════════════╗ + ║ CODE BLOCK STYLING ║ + ╚════════════════════════════════════════════════════════════╝ */ -/* CODE BLOCK STYLING */ -div.rounded-3xl.bg-token-bg-elevated-secondary:has(#code-block-viewer) { - background-color: rgba(0, 35, 35, 0.5) !important; -} + /* CODE BLOCK STYLING */ + div.rounded-3xl.bg-token-bg-elevated-secondary:has(#code-block-viewer) { + background-color: rgba(0, 35, 35, 0.5) !important; + } /* ╔════════════════════════════════════════════════════════════╗ @@ -225,4 +224,19 @@ div.rounded-3xl.bg-token-bg-elevated-secondary:has(#code-block-viewer) { box-shadow: none !important; } + .content-fade::after, + .content-fade, + .bg-token-sidebar-surface-primary, + .bg-token-sidebar-surface-secondary { + background-image: linear-gradient( + to bottom, + rgba(0, 54, 54, 0) 0%, + rgba(0, 54, 54, 0.06) 20%, + rgba(0, 54, 54, 0.18) 45%, + rgba(0, 54, 54, 0.42) 70%, + rgba(0, 54, 54, 0.75) 88%, + rgba(0, 54, 54, 1) 100% + ) !important; + } + } -- cgit v1.2.3