tangled
alpha
login
or
join now
vt3e.cat
/
bbell
12
fork
atom
wip bsky client for the web & android
bbell.vt3e.cat
12
fork
atom
overview
issues
pulls
pipelines
fix(replycomposer): have toolbar hide behind textarea
vt3e.cat
1 month ago
cbc9cc16
fe87f236
verified
This commit was signed with the committer's
known signature
.
vt3e.cat
SSH Key Fingerprint:
SHA256:MaVgF6bXxDdD131G4rXizPh+sttp3IVsdPrj48HV0X0=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
Composer
ReplyComposer.vue
+1
-1
src/components/Composer/ReplyComposer.vue
···
222
opacity: 0;
223
transform: translateY(-5px);
224
filter: blur(8px);
225
-
margin-top: -1rem;
226
pointer-events: none;
227
z-index: -1;
228
}
···
222
opacity: 0;
223
transform: translateY(-5px);
224
filter: blur(8px);
225
+
margin-top: -2rem;
226
pointer-events: none;
227
z-index: -1;
228
}