a tool for shared writing and social publishing
0
fork

Configure Feed

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

fixed issue with watermark showing up in wrong place on mobile safari

celine 24521475 401e8b49

+1 -1
+1 -1
components/MobileFooter.tsx
··· 41 41 </div> 42 42 </div> 43 43 ) : ( 44 - <div className="pb-2 px-2 z-10 justify-end place-self-end"> 44 + <div className="pb-2 px-2 z-10 flex justify-end"> 45 45 <Watermark mobile /> 46 46 </div> 47 47 )}