wip bsky client for the web & android bbell.vt3e.cat

fix(replycomposer): have toolbar hide behind textarea

vt3e.cat cbc9cc16 fe87f236

verified
+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 }