tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
small fixes in mobile footer toolbars
cozylittle.house
1 year ago
b5832a3b
6d684de2
+4
-2
3 changed files
expand all
collapse all
unified
split
app
home
HomeHelp.tsx
components
HelpPopover.tsx
Toolbar
index.tsx
+2
-1
app/home/HomeHelp.tsx
···
8
8
<Popover.Root>
9
9
<Popover.Trigger>
10
10
<HoverButton
11
11
-
icon=<InfoSmall />
11
11
+
icon={<InfoSmall />}
12
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
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
85
-
<div className="toolbar flex items-center justify-between w-full gap-6 h-[26px]">
85
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