UI: Fix prelaunch options close anim

This commit is contained in:
Luke Street
2026-05-04 11:27:31 -06:00
parent 010bdb7e25
commit 835e409b32
+1
View File
@@ -13,6 +13,7 @@ body {
decorator: image(../prelaunch-bg.png cover left center);
filter: opacity(0);
transition: filter 1s 0.2s linear-in-out;
z-index: -1;
}
body[open] {