From 7b19b23d055ff2bbead5ea1aa7ef2fbd79479e4b Mon Sep 17 00:00:00 2001 From: hackademix Date: Sat, 16 Apr 2022 00:01:35 +0200 Subject: [PATCH] Reduce toolbar bottom shaded line tickness. --- src/ui/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/popup.css b/src/ui/popup.css index 46920ab..857931f 100644 --- a/src/ui/popup.css +++ b/src/ui/popup.css @@ -32,7 +32,7 @@ html:not(.mobile) #scrollable { display: flex; -moz-user-select: none; user-select: none; - background: linear-gradient(to bottom, transparent 0, transparent 85%, var(--form-color1) 100%) no-repeat; + background: linear-gradient(to bottom, transparent 0, transparent 95%, var(--form-color1) 100%) no-repeat; } .icon {