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 dialog button padding

Grace Kind (Jul 15, 2026, 1:48 AM -0500) 1b35521b e744bff0

+7 -3
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.17.161", 3 + "version": "0.17.162", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve",
+6 -2
src/css/style.css
··· 6671 6671 gap: 8px; 6672 6672 } 6673 6673 6674 + .image-alt-text-dialog-footer-buttons .rounded-button { 6675 + padding: 12px 20px; 6676 + } 6677 + 6674 6678 .image-alt-text-dialog-footer { 6675 6679 display: flex; 6676 6680 justify-content: space-between; ··· 8385 8389 8386 8390 .report-submit-button { 8387 8391 width: 100%; 8392 + padding: 12px 20px; 8388 8393 } 8389 8394 8390 8395 .report-submit-button:disabled { ··· 8542 8547 8543 8548 .post-notifications-dialog-save { 8544 8549 width: 100%; 8545 - padding: 10px 16px; 8546 - font-size: 1rem; 8550 + padding: 12px 20px; 8547 8551 text-align: center; 8548 8552 } 8549 8553