From 42c5cea6bad28c4262ac35599a61551b32ffae42 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 13 Mar 2020 13:41:58 -0400 Subject: [PATCH] Remove 24px offset on the height bars --- macrovision.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macrovision.css b/macrovision.css index ccf02675..81f40467 100644 --- a/macrovision.css +++ b/macrovision.css @@ -465,7 +465,7 @@ body.toggle-height-bars .height-bar { min-height: 3px; height: 3px; position: absolute; - background: repeating-linear-gradient(90deg, #aaaaaaff, #aaaaaaff 20px, #aaaaaa00 20px, #aaaaaa00 40px); + background: repeating-linear-gradient(90deg, #ffffff88, #ffffff88 20px, #ffffff00 20px, #ffffff00 40px); top: calc(-100% + var(--extra)); - left: calc(-120vw + 24px); + left: calc(-120vw); } \ No newline at end of file