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

Add fullscreen padding to bottom sheets

Grace Kind (Jul 18, 2026, 2:49 PM -0500) ebbb62cf 2cafac42

+4 -1
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.18.0", 3 + "version": "0.18.1", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve",
+3
src/css/style.css
··· 6032 6032 margin: 0; 6033 6033 overflow: hidden; 6034 6034 padding: 0; 6035 + padding-bottom: var(--safe-area-inset-bottom); 6035 6036 } 6036 6037 6037 6038 @media (min-width: 800px) { 6038 6039 .bottom-sheet { 6040 + padding-bottom: 0; 6039 6041 width: 90%; 6040 6042 top: 50%; 6041 6043 left: 50%; ··· 10343 10345 .bottom-sheet.welcome-modal { 10344 10346 width: 90%; 10345 10347 max-width: 410px; 10348 + padding-bottom: 0; 10346 10349 top: 50%; 10347 10350 left: 50%; 10348 10351 right: auto;