mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
fix: fade out splash-screen in display block directly after receiving command
This commit is contained in:
@@ -21,3 +21,9 @@
|
|||||||
{@render children()}
|
{@render children()}
|
||||||
|
|
||||||
<Notification />
|
<Notification />
|
||||||
|
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--splash-fade-out-delay: 3.5s !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
@@ -203,7 +203,7 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
--splash-fade-out-delay: 3.5s;
|
--splash-fade-out-delay: 0s;
|
||||||
--splash-fade-out-state: running;
|
--splash-fade-out-state: running;
|
||||||
|
|
||||||
--base-stroke: #444444;
|
--base-stroke: #444444;
|
||||||
|
|||||||
Reference in New Issue
Block a user