a tool for shared writing and social publishing

hide pubDashName wrapper bg if small

+1 -1
+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 - 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 + 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