From cd1f954cc7082194b715bcbc6a08aecec330472f Mon Sep 17 00:00:00 2001 From: Jones8683 Date: Mon, 18 Aug 2025 16:24:02 +0930 Subject: [PATCH] feat: remove ugly line in transparency effects --- src/css/injected.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/css/injected.scss b/src/css/injected.scss index f66995a3..b2ee82b0 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -801,6 +801,11 @@ div > ol:has(.uiFileHandlerWrapper) { box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2); } +html.transparencyEffects .ResourceList__ResourceItem___voTSd, +html.transparencyEffects .ResourceList__ResourceItem___voTSd .ResourceList__name___ydvDT { + border-bottom: none !important; +} + .assessmentsWrapper .message { display: none; } @@ -4008,3 +4013,5 @@ h2.home-subtitle { font-size: 20px; font-weight: 400; } + +