a tool for shared writing and social publishing
0
fork

Configure Feed

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

remove snap-center on pages b/c it was breaking initial canvas centering

+1 -1
+1 -1
components/Pages.tsx
··· 45 45 return ( 46 46 <div 47 47 id="pages" 48 - className="pages flex pt-2 pb-1 sm:pb-8 sm:py-6 snap-center" 48 + className="pages flex pt-2 pb-1 sm:pb-8 sm:py-6" 49 49 onClick={(e) => { 50 50 e.currentTarget === e.target && blurPage(); 51 51 }}