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

Increase reply line width

Grace Kind (Jul 18, 2026, 3:57 PM -0500) 3a1e6ada c3f8dc38

+4 -4
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.18.6", 3 + "version": "0.18.7", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve",
+3 -3
src/css/style.css
··· 108 108 --post-border-color: var(--generic-border-color); 109 109 --avatar-border-color: var(--generic-border-color); 110 110 --reply-context-line-color: light-dark(var(--lighter-gray), var(--mid-gray)); 111 - --reply-context-line-width: 1px; 111 + --reply-context-line-width: 2px; 112 112 113 113 /* button colors */ 114 114 --primary-button-color: var(--highlight-color); ··· 3158 3158 3159 3159 .reply-context-line-in { 3160 3160 position: absolute; 3161 - left: 20px; 3161 + left: 19px; 3162 3162 top: -13px; 3163 3163 width: var(--reply-context-line-width); 3164 3164 height: 13px; ··· 3173 3173 3174 3174 .reply-context-line-out { 3175 3175 position: absolute; 3176 - left: 20px; 3176 + left: 19px; 3177 3177 width: var(--reply-context-line-width); 3178 3178 top: 0; 3179 3179 bottom: -12px;