[READ-ONLY] Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
6

Configure Feed

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

Update list and feed generator embed styles

Grace Kind (May 3, 2026, 2:33 PM -0500) c35cf719 6b029ba4

+17 -1
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.11.48", 3 + "version": "0.11.49", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf build && NODE_ENV=development eleventy --serve",
+16
src/css/style.css
··· 2358 2358 .feed-generator-embed-subtitle { 2359 2359 font-size: 13px; 2360 2360 color: var(--text-color-muted); 2361 + overflow: hidden; 2362 + text-overflow: ellipsis; 2363 + white-space: nowrap; 2364 + max-width: 100%; 2361 2365 } 2362 2366 2363 2367 .feed-generator-embed-text { 2364 2368 display: flex; 2365 2369 flex-direction: column; 2366 2370 gap: 4px; 2371 + flex: 1; 2372 + min-width: 0; 2367 2373 } 2368 2374 2369 2375 .feed-avatar { ··· 2399 2405 .list-embed-subtitle { 2400 2406 font-size: 13px; 2401 2407 color: var(--text-color-muted); 2408 + overflow: hidden; 2409 + text-overflow: ellipsis; 2410 + white-space: nowrap; 2411 + max-width: 100%; 2402 2412 } 2403 2413 2404 2414 .list-embed-text { 2405 2415 display: flex; 2406 2416 flex-direction: column; 2407 2417 gap: 4px; 2418 + flex: 1; 2419 + min-width: 0; 2408 2420 } 2409 2421 2410 2422 .list-avatar { ··· 2461 2473 .starter-pack-embed-subtitle { 2462 2474 color: var(--text-color-muted); 2463 2475 font-size: 13px; 2476 + overflow: hidden; 2477 + text-overflow: ellipsis; 2478 + white-space: nowrap; 2479 + max-width: 100%; 2464 2480 } 2465 2481 2466 2482 .post-composer-embed-preview {