From c6effdfa15bc21e228cbeae2fc893964b9355a28 Mon Sep 17 00:00:00 2001 From: Adrien Date: Fri, 2 May 2025 14:51:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Hide=20preloader=20once=20the=20?= =?UTF-8?q?app=20loaded?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/_base.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ui/_base.scss b/src/ui/_base.scss index 28e417c..6642c31 100644 --- a/src/ui/_base.scss +++ b/src/ui/_base.scss @@ -214,6 +214,11 @@ input { font-family: inherit; } +// Hide the preloader as soon as the application is loaded and ready to be rendered +#preloader { + display: none; +} + #main { height: 100%; width: 100%; -- 2.43.0