wip bsky client for the web & android
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(replycomposer): have toolbar hide behind textarea

vi cbc9cc16 fe87f236

+1 -1
+1 -1
src/components/Composer/ReplyComposer.vue
··· 222 222 opacity: 0; 223 223 transform: translateY(-5px); 224 224 filter: blur(8px); 225 - margin-top: -1rem; 225 + margin-top: -2rem; 226 226 pointer-events: none; 227 227 z-index: -1; 228 228 }