fix: fade out splash-screen in display block directly after receiving command

This commit is contained in:
E44
2026-01-11 17:55:03 +01:00
parent 9ce2c1d8bb
commit 9be8a70452
2 changed files with 7 additions and 1 deletions
@@ -21,3 +21,9 @@
{@render children()}
<Notification />
<style>
:root {
--splash-fade-out-delay: 3.5s !important;
}
</style>
+1 -1
View File
@@ -203,7 +203,7 @@
<style>
:root {
--splash-fade-out-delay: 3.5s;
--splash-fade-out-delay: 0s;
--splash-fade-out-state: running;
--base-stroke: #444444;