Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
5

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:45 AM -0500) 0fa52cef c380e346

+3 -2
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.15.25", 3 + "version": "0.15.26", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf build && NODE_ENV=development eleventy --serve",
+2 -1
src/css/style.css
··· 2024 2024 align-items: center; 2025 2025 gap: 12px; 2026 2026 height: 28px; 2027 - padding-top: 2px; 2027 + padding-top: 4px; 2028 + margin-bottom: 4px; 2028 2029 } 2029 2030 2030 2031 .large-post .post-actions {