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.

Show emoji buttons at tablet widths

Grace Kind (Jul 17, 2026, 7:11 PM -0500) 14d53a2b 4dd88fd6

+4 -4
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.17.198", 3 + "version": "0.17.199", 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
··· 4572 4572 align-items: center; 4573 4573 } 4574 4574 4575 - @media (max-width: 799px) { 4575 + @media (max-width: 499px) { 4576 4576 .message-input-emoji-wrapper { 4577 4577 display: none; 4578 4578 } 4579 4579 } 4580 4580 4581 - @media (min-width: 800px) { 4581 + @media (min-width: 500px) { 4582 4582 .message-input-field-wrapper .rich-text-input, 4583 4583 .message-input-field-wrapper .rich-text-input-placeholder { 4584 4584 padding-right: 46px; ··· 6287 6287 align-items: center; 6288 6288 } 6289 6289 6290 - @media (max-width: 799px) { 6290 + @media (max-width: 499px) { 6291 6291 .post-composer-emoji-wrapper { 6292 6292 display: none; 6293 6293 }