a tool for shared writing and social publishing
0

Configure Feed

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

small tweaks

celine (May 13, 2026, 4:10 PM EDT) 21cab2c2 e17bf295

+5 -9
+1 -1
components/Modal.tsx
··· 54 54 overflow-y-scroll no-scrollbar max-w-[calc(100vw-32px)] h-fit max-h-[calc(100dvh-32px)] p-3 flex flex-col w-full sm:w-max text-primary 55 55 `} 56 56 > 57 - <Dialog.Close className="bg-bg-page rounded-full -mb-3 mr-2 z-10 w-fit p-1 place-self-end border border-border-light text-tertiary"> 57 + <Dialog.Close className="bg-bg-page rounded-full mb-2 mr-0 z-10 w-fit p-0.5 place-self-end border border-border-light text-tertiary"> 58 58 <CloseTiny /> 59 59 </Dialog.Close> 60 60 <div
+2 -6
components/ActionBar/DesktopNavigation.tsx
··· 146 146 align={isMobile ? "center" : "start"} 147 147 className="w-xs max-sw-full pt-3 z-[60]!" 148 148 trigger={ 149 - <button 150 - type="button" 151 - aria-label="About Leaflet" 152 - className="shrink-0 pr-2 text-tertiary" 153 - > 149 + <div aria-label="About Leaflet" className="shrink-0 pr-2 text-tertiary"> 154 150 <HelpSmall /> 155 - </button> 151 + </div> 156 152 } 157 153 > 158 154 <HelpContent />
+1 -1
components/Domains/ManageDomains.tsx
··· 16 16 let [state, setState] = useState<State>("list"); 17 17 return ( 18 18 <Modal 19 - className="w-md" 19 + className="w-fill max-w-md" 20 20 trigger={ 21 21 <div className="menuItem -mx-[8px] "> 22 22 <WebSmall />
+1 -1
components/PageLayouts/DashboardPageLayout.tsx
··· 19 19 className={`dashboardPageContent 20 20 relative w-full h-full 21 21 flex flex-col gap-2 22 - pt-3 pb-[calc(var(--safe-padding-bottom)+60px)] px-3 22 + pt-3 pb-[calc(var(--safe-padding-bottom)+64px)] px-3 23 23 sm:pt-6 sm:pb-6 sm:pl-8 sm:pr-4 24 24 overflow-y-auto 25 25 `}