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 post action bar styles

Grace Kind (Jun 6, 2026, 12:43 AM -0500) c380e346 61154447

+3 -1
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.15.24", 3 + "version": "0.15.25", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf build && NODE_ENV=development eleventy --serve",
+2
src/css/style.css
··· 2030 2030 .large-post .post-actions { 2031 2031 height: 32px; 2032 2032 padding-top: 0; 2033 + margin-top: 4px; 2034 + margin-bottom: 4px; 2033 2035 } 2034 2036 2035 2037 .large-post .post-action-icon {