From 032e71448b2d79bdda3070d2639dcdb1305e3397 Mon Sep 17 00:00:00 2001 From: djmaze Date: Thu, 29 Apr 2021 15:14:26 +0200 Subject: [PATCH] Cleanup boot loading bouncer --- dev/Styles/@Boot.css | 10 +++++----- snappymail/v/0.0.0/app/templates/Index.html | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev/Styles/@Boot.css b/dev/Styles/@Boot.css index d5a9aaf1c..505acb0d0 100644 --- a/dev/Styles/@Boot.css +++ b/dev/Styles/@Boot.css @@ -33,7 +33,7 @@ body { text-align: center; } -.e-spinner .e-bounce { +.e-spinner div { animation: bouncedelay 1.4s infinite ease-in-out; background-color: var(--loading-color, #000); border-radius: 100%; @@ -46,12 +46,12 @@ body { animation-fill-mode: both; } -.e-spinner .bounce1 { - animation-delay: -0.32s; +.e-spinner div + div { + animation-delay: 0.16s; } -.e-spinner .bounce2 { - animation-delay: -0.16s; +.e-spinner div + div + div { + animation-delay: 0.32s; } @keyframes bouncedelay { diff --git a/snappymail/v/0.0.0/app/templates/Index.html b/snappymail/v/0.0.0/app/templates/Index.html index 589540695..b4d5e41b3 100644 --- a/snappymail/v/0.0.0/app/templates/Index.html +++ b/snappymail/v/0.0.0/app/templates/Index.html @@ -25,9 +25,9 @@
{{LoadingDescriptionEsc}}
-
-
-
+
+
+