From aca4ef697e00c5356d31aa428b456e0e4bfa74a8 Mon Sep 17 00:00:00 2001 From: sylenien Date: Thu, 2 Jun 2022 16:09:23 +0200 Subject: [PATCH] fix(ui): fix icon positioning on a timeline --- .../app/components/Session_/Player/Controls/timeline.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Session_/Player/Controls/timeline.module.css b/frontend/app/components/Session_/Player/Controls/timeline.module.css index 2493d4388..0a9a7a717 100644 --- a/frontend/app/components/Session_/Player/Controls/timeline.module.css +++ b/frontend/app/components/Session_/Player/Controls/timeline.module.css @@ -72,7 +72,7 @@ position: absolute; width: 2px; height: 8px; - margin-left: -15px; + margin-left: -8px; &:hover { z-index: 9999; }