tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
29
pulls
pipelines
remove padding on iosbs
awarm.space
6 months ago
3f4a34d7
6b991e72
+1
-1
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
Interactions
Comments
CommentBox.tsx
+1
-1
app/lish/[did]/[publication]/[rkey]/Interactions/Comments/CommentBox.tsx
···
158
158
if (initialRender || !isIOS()) return null;
159
159
return (
160
160
<div
161
161
-
className="h-full w-full absolute cursor-text group-focus-within:hidden py-[18px]"
161
161
+
className="h-full w-full absolute cursor-text group-focus-within:hidden"
162
162
onPointerUp={(e) => {
163
163
if (!props.view.current) return;
164
164
e.preventDefault();