From 08a4ef346a57714167997b047895692f47f4ccc8 Mon Sep 17 00:00:00 2001 From: Kiyomichi Kosaka Date: Fri, 20 Jun 2025 08:34:44 +0200 Subject: [PATCH] fix detail timeline visuals --- style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index dc46309..0b4c60e 100644 --- a/style.css +++ b/style.css @@ -434,12 +434,12 @@ padding-top: 2px; text-shadow: 0 0 4px #ff00ff; pointer-events: none; - z-index: 6; + z-index: 2; } .event-box, .event-line { position: absolute; - left: 0; + left: -1px; background: rgba(255,0,255,0.4); border: 1px solid rgba(0,255,255,0.7); border-radius: 4px; @@ -450,6 +450,12 @@ white-space: nowrap; z-index: 3; } +.event-box { + display: flex; + align-items: center; + justify-content: center; + text-align: center; +} .event-line { height: 4px;