a tool for shared writing and social publishing

small fixes in mobile footer toolbars

+4 -2
+2 -1
app/home/HomeHelp.tsx
··· 8 8 <Popover.Root> 9 9 <Popover.Trigger> 10 10 <HoverButton 11 - icon=<InfoSmall /> 11 + icon={<InfoSmall />} 12 + noLabelOnMobile 12 13 label="Info" 13 14 background="bg-accent-1" 14 15 text="text-accent-2"
+1
components/HelpPopover.tsx
··· 17 17 trigger={ 18 18 <HoverButton 19 19 icon={<HelpSmall />} 20 + noLabelOnMobile 20 21 label="About This App" 21 22 background="bg-accent-1" 22 23 text="text-accent-2"
+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 gap-6 h-[26px]"> 85 + <div className="toolbar flex 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