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
29
pulls
pipelines
hide pubDashName wrapper bg if small
schlage.town
7 months ago
6de33a55
f3d4f83d
+1
-1
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
dashboard
PublicationDashboard.tsx
+1
-1
app/lish/[did]/[publication]/dashboard/PublicationDashboard.tsx
···
25
25
<div className="pubDashHeader flex flex-row gap-2 w-full justify-between border-b border-border text-secondary items-center ">
26
26
<div className="max-w-full w-[1000px] h-full ">
27
27
<div
28
28
-
className={`flex gap-2 h-fit py-0.5 pl-1 pr-2 w-fit rounded-md ${showPageBackground ? "bg-[rgba(var(--bg-page),0.8)]" : ""}`}
28
28
+
className={`flex gap-2 h-fit py-0.5 pl-1 pr-2 w-fit rounded-md ${showPageBackground ? "bg-none sm:bg-[rgba(var(--bg-page),0.8)]" : ""}`}
29
29
>
30
30
{props.icon && (
31
31
<div