fix(desktop): place private lake modules and sleep idle layers
This commit is contained in:
parent
c2a5c52501
commit
e6d45eaea8
4 changed files with 36 additions and 10 deletions
|
|
@ -589,6 +589,11 @@ svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-lineca
|
|||
.official-world.motion-awake .pool-halo { animation: world-pool-breathe 5.8s ease-in-out infinite; }
|
||||
.official-world.motion-awake .pool-ring { animation: world-ripple 5.5s ease-out infinite; }
|
||||
.official-world.motion-awake .nucleus-locus i { animation: world-pool-breathe 5.2s ease-in-out infinite; }
|
||||
.official-world:not(.motion-awake) .world-nebula,
|
||||
.official-world:not(.motion-awake) .world-mist,
|
||||
.official-world:not(.motion-awake) .pool-halo,
|
||||
.official-world:not(.motion-awake) .nucleus-locus i { filter: none; }
|
||||
.official-world:not(.motion-awake) .world-titlebar { backdrop-filter: none; -webkit-backdrop-filter: none; background: color-mix(in srgb, var(--surface-sky) 92%, transparent); }
|
||||
|
||||
.official-hero { position: absolute; z-index: 10; top: 26px; left: 0; right: 0; text-align: center; }
|
||||
.official-hero h1 { margin: 0; color: var(--content-primary); font-size: clamp(24px, 3vw, 34px); font-weight: 700; letter-spacing: .09em; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue