a tool for shared writing and social publishing

remove padding on iosbs

+1 -1
+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 - className="h-full w-full absolute cursor-text group-focus-within:hidden py-[18px]" 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();