fuzzy find my records ken.waow.tech
embeddings pds search
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

widen pack-menu popover so description reads in 3-4 lines, not 7

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+6 -2
+6 -2
backend/src/assets/style.css
··· 379 379 position: absolute; 380 380 right: 0; 381 381 top: calc(100% + 8px); 382 - min-width: 17rem; 382 + /* wide enough that the description prose wraps to ~3-4 lines in the 383 + * monospace face, not a tall narrow column. the max-width caps it on 384 + * huge viewports so it doesn't spread unreasonably. */ 385 + min-width: 24rem; 386 + max-width: min(32rem, calc(100vw - 32px)); 383 387 padding: 14px 16px; 384 388 background: var(--bg); 385 389 border: 1px solid var(--border); ··· 407 411 .pack-menu-panel { 408 412 right: auto; 409 413 left: 0; 410 - min-width: min(17rem, calc(100vw - 32px)); 414 + min-width: min(18rem, calc(100vw - 32px)); 411 415 } 412 416 } 413 417