[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.

Fix draft modal positioning

Grace Kind (Jul 18, 2026, 9:36 PM -0500) f5cf0691 38d58302

+2 -1
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.18.13", 3 + "version": "0.18.14", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve",
+1
src/css/style.css
··· 7799 7799 @media (max-width: 799px) { 7800 7800 .drafts-dialog { 7801 7801 top: 32px; 7802 + max-height: none; 7802 7803 } 7803 7804 } 7804 7805