a tool for shared writing and social publishing
0
fork

Configure Feed

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

fix margin on desktop action bar

+1 -1
+1 -1
components/ActionBar/ActionButton.tsx
··· 37 37 actionButton relative font-bold 38 38 rounded-md border 39 39 flex gap-2 items-center sm:justify-start justify-center 40 - p-1 sm:mr-0 last:mr-0 first:mr-2 40 + p-1 sm:mr-0 last:mr-0 first:mr-2 sm:first:mr-0 41 41 ${ 42 42 props.primary 43 43 ? "w-full bg-accent-1 border-accent-1 text-accent-2 transparent-outline sm:hover:outline-accent-contrast focus:outline-accent-1 outline-offset-1 mr-2"