[FEAT] atlas: sticky sort bar + 1K card counts + trimmed empty hint (#7)

This commit is contained in:
Teddy Warner
2026-06-11 18:55:07 -07:00
committed by GitHub
parent 4498dd54c4
commit 02dd83e516
2 changed files with 17 additions and 6 deletions
+6
View File
@@ -792,9 +792,15 @@
names, window/all-time detection counts, and small action chips for
audio playback, Wikipedia, and eBird. */
.atlas-controls {
/* The bar is transparent and floats (z-index) over the scrolling cards;
only the pill is opaque. Cards scroll behind it and clip at the top of
the view, under the title, as they did before it was pinned. */
position: sticky; top: 0; z-index: 2;
max-width: 1280px; margin: 0 auto 18px;
display: flex; justify-content: flex-end; align-items: center;
pointer-events: none;
}
.atlas-sort { pointer-events: auto; }
.atlas-sort {
display: inline-flex; padding: 3px; position: relative;
background: var(--paper-2); border-radius: 999px;