a tool for shared writing and social publishing
0
fork

Configure Feed

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

minor padding simplification

celine 220e43a5 4b259516

+3 -2
+1 -1
app/home/HomeSidebar.tsx
··· 14 14 let { rootEntity } = useReplicache(); 15 15 16 16 return ( 17 - <Sidebar alwaysOpen className="mt-6"> 17 + <Sidebar alwaysOpen> 18 18 <CreateNewLeafletButton /> 19 19 {identity ? <AccountSettings /> : <LoginActionButton />} 20 20 <HelpPopover noShortcuts />
+1 -1
app/home/Publications.tsx
··· 11 11 let { identity } = useIdentityData(); 12 12 if (!identity || !identity.atp_did) return <PubListEmpty />; 13 13 return ( 14 - <div className="pubList w-full sm:w-[200px] flex flex-col gap-1 sm:gap-2 container p-2 sm:p-0 sm:bg-transparent sm:border-0 "> 14 + <div className="pubListWrapper w-full sm:w-[200px] flex flex-col gap-1 sm:gap-2 container p-2 sm:p-1 sm:-m-1 sm:bg-transparent sm:border-0"> 15 15 <div className="flex justify-between items-center font-bold text-tertiary text-sm"> 16 16 Publications 17 17 <Link
+1
cursor
··· 1 + 9135914657