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.

Increase unread dot size

Grace Kind (Jul 10, 2026, 11:42 PM -0500) 0e9c9be9 47885e44

+5 -5
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.17.129", 3 + "version": "0.17.130", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve",
+4 -4
src/css/style.css
··· 560 560 561 561 .inbox-button .unread-dot { 562 562 position: absolute; 563 - top: 2px; 564 - right: 3px; 565 - width: 8px; 566 - height: 8px; 563 + top: 1px; 564 + right: 2px; 565 + width: 12px; 566 + height: 12px; 567 567 border-radius: 50%; 568 568 background-color: var(--highlight-color); 569 569 border: 1px solid var(--background-color);