[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 post composer error styles

Grace Kind (Jul 22, 2026, 7:40 PM -0500) 30a55574 654d5450

+2 -2
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.18.47", 3 + "version": "0.18.48", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve",
+1 -1
src/css/style.css
··· 5936 5936 display: flex; 5937 5937 align-items: flex-start; 5938 5938 gap: 8px; 5939 - margin: 0 16px 8px; 5939 + margin: 0 16px 16px; 5940 5940 padding: 10px 12px; 5941 5941 border-radius: var(--text-input-border-radius); 5942 5942 background-color: var(--error-subtle-color);