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.

Vertically center avatar in reply prompt

Grace Kind (Jul 14, 2026, 10:54 PM -0500) 87b87da4 964eb645

+5 -1
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.17.156", 3 + "version": "0.17.157", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve",
+4
src/css/style.css
··· 2092 2092 } 2093 2093 } 2094 2094 2095 + .post-thread-reply-prompt .avatar { 2096 + display: flex; 2097 + } 2098 + 2095 2099 .post-thread-reply-prompt .avatar .avatar-image-frame { 2096 2100 width: var(--avatar-size-reply-prompt); 2097 2101 height: var(--avatar-size-reply-prompt);