From c61139076f09b32143ab9c03314e08ec54555925 Mon Sep 17 00:00:00 2001 From: Eric Doughty-Papassideris Date: Tue, 22 Oct 2024 13:15:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20front:=20remove=20segment=20with?= =?UTF-8?q?=20hard=20coded=20snippet=20as=20well=20as=20headway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tdrive/frontend/public/index.html | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/tdrive/frontend/public/index.html b/tdrive/frontend/public/index.html index defcec71f..cd2c63d11 100644 --- a/tdrive/frontend/public/index.html +++ b/tdrive/frontend/public/index.html @@ -54,13 +54,13 @@ left: calc(50% - 25px); position: absolute; top: calc(50% - 25px); - width: 50px; + width: 50px; } .path { stroke-dasharray: 1,200; stroke-dashoffset: 0; - animation: + animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite ; @@ -136,22 +136,5 @@ document.getElementById('body').className = 'electron'; } - - -