a tool for shared writing and social publishing
0
fork

Configure Feed

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

add gap between toolbar main buttons + close button

+1 -1
+1 -1
components/Toolbar/index.tsx
··· 82 82 83 83 return ( 84 84 <Tooltip.Provider> 85 - <div className="toolbar flex items-center justify-between w-full h-[26px]"> 85 + <div className="toolbar flex gap-2 items-center justify-between w-full h-[26px]"> 86 86 <div className="toolbarOptions flex gap-1 sm:gap-[6px] items-center grow"> 87 87 {toolbarState === "default" ? ( 88 88 <TextToolbar