From c510e44aaa5e1e632807e174c257c6249522c3d9 Mon Sep 17 00:00:00 2001 From: Oj Date: Sun, 13 Mar 2022 15:53:33 +0000 Subject: [PATCH] [Splash > Various] Major clean up / rewriting to simplify source --- src/splash/index.html | 25 ++++--------- src/splash/index.js | 77 ++++++++++++++------------------------- src/updater/appUpdater.js | 4 +- 3 files changed, 38 insertions(+), 68 deletions(-) diff --git a/src/splash/index.html b/src/splash/index.html index 04d38e2..9110411 100644 --- a/src/splash/index.html +++ b/src/splash/index.html @@ -2,7 +2,7 @@
Starting...
-
+
@@ -64,7 +64,7 @@ width: 100%; } - #bar-container, #bar-fill { + #barContainer, #barFill { width: 180px; height: 8px; @@ -73,14 +73,14 @@ visibility: hidden; } - #bar-container { + #barContainer { background-color: var(--background-secondary); position: relative; margin-top: 12px; } - #bar-fill { + #barFill { background-color: var(--brand-experiment); width: 0; } @@ -98,29 +98,20 @@