a tool for shared writing and social publishing
0
fork

Configure Feed

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

made close card button a bigger tap target on mobile, and also gave it a z index

celine 546704d4 ac144017

+3 -3
+2 -2
components/Cards.tsx
··· 128 128 const CardOptions = (props: { entityID: string }) => { 129 129 let permission = useEntitySetContext().permissions.write; 130 130 return ( 131 - <div className=" z-0 w-fit absolute sm:top-2 sm:-right-[18px] top-0 right-3 flex sm:flex-col flex-row-reverse gap-1 items-start"> 131 + <div className=" z-10 w-fit absolute sm:top-2 sm:-right-[18px] top-0 right-3 flex sm:flex-col flex-row-reverse gap-1 items-start"> 132 132 <button 133 - className="p-0.5 pl-0 bg-border text-bg-card sm:rounded-r-md sm:rounded-l-none rounded-b-md hover:bg-accent hover:text-accentText " 133 + className="p-1 sm:p-0.5 sm:pl-0 bg-border text-bg-card sm:rounded-r-md sm:rounded-l-none rounded-b-md hover:bg-accent hover:text-accentText " 134 134 onClick={() => { 135 135 useUIState.getState().closeCard(props.entityID); 136 136 }}
+1 -1
components/ThemeManager/ThemeSetter.tsx
··· 166 166 </div> 167 167 168 168 <div className="font-bold relative text-center text-lg py-2 rounded-md bg-accent text-accentText shadow-md"> 169 - Button 169 + Example Button 170 170 </div> 171 171 {/* <hr className="my-3" /> */} 172 172 <div className="flex flex-col pt-8 -mb-[6px] z-10">