From 02332dcb119b270c89335c26e16fc146d634872b Mon Sep 17 00:00:00 2001 From: Darren Griffin Date: Thu, 9 Jan 2025 18:07:28 +0000 Subject: [PATCH] Change timeline "now" position (#36832) * Adjust timeline * Reduce timeline offset slightly --- source/voice-pe/index.html | 2 +- source/voice-pe/styles.css | 17 +---------------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/source/voice-pe/index.html b/source/voice-pe/index.html index 31a1eb1c6db..3e9bf6ff8cb 100644 --- a/source/voice-pe/index.html +++ b/source/voice-pe/index.html @@ -112,7 +112,7 @@ frontpage_image: /images/frontpage/voice-pe-frontpage.jpg
-
Now
+
December 2024
Voice Preview Edition launches
diff --git a/source/voice-pe/styles.css b/source/voice-pe/styles.css index e47f13c335d..4f7e836a838 100644 --- a/source/voice-pe/styles.css +++ b/source/voice-pe/styles.css @@ -1590,25 +1590,10 @@ section#hero .bg-gradient { -.vpe-main #timeline[data-event="0"] .timeline .track .icon { - --top: calc(var(--grid-m) * -5); -} - -.vpe-main #timeline[data-event="1"] .timeline .track .icon { - --top: calc(var(--grid-m) * var(--event-height)); -} - .vpe-main #timeline[data-event="2"] .timeline .track .icon { - --top: calc(var(--grid-m) * (var(--event-height) * 2)); + --top: calc(var(--grid-m) * (var(--event-height) * 2.333)); } -.vpe-main #timeline[data-event="3"] .timeline .track .icon { - --top: calc(var(--grid-m) * (var(--event-height) * 3)); -} - -.vpe-main #timeline[data-event="4"] .timeline .track .icon { - --top: calc(var(--grid-m) * (var(--event-height) * 4)); -} .vpe-main #timeline[data-event="0"] .event:nth-child(1) .content { opacity: 1;