[FEAT] collage: empty nest blooms in, and clicking it no longer opens a bird (#26)

This commit is contained in:
Teddy Warner
2026-07-06 18:55:56 -07:00
committed by GitHub
parent 54d241e184
commit 57e146fa0b
2 changed files with 28 additions and 0 deletions
+12
View File
@@ -602,6 +602,18 @@
}
.empty-nest .nest-img { width: 78%; max-width: 470px; height: auto; }
.empty-nest .empty { padding: 0; margin: 0; }
/* Bloom the empty nest in on the same cues as the collage, reusing the tile
keyframe (gtile-in): the nest fades + scales, the status line trails it. */
.empty-nest.entering .nest-img {
animation: gtile-in 420ms cubic-bezier(.2, .7, .3, 1) backwards;
}
.empty-nest.entering .empty {
animation: gtile-in 420ms cubic-bezier(.2, .7, .3, 1) 130ms backwards;
}
@media (prefers-reduced-motion: reduce) {
.empty-nest.entering .nest-img,
.empty-nest.entering .empty { animation: none; }
}
/* Page header is now shared at .stage > .static-head - see top of CSS. */
/* Stats grid: charts stack on the LEFT, text sections on the RIGHT.