a tool for shared writing and social publishing

add pwa-padding to pubDashWrapper instead of PubBackgroundWrapper

+2 -2
+1 -1
app/lish/[did]/[publication]/dashboard/page.tsx
··· 81 81 publication_data={publication} 82 82 > 83 83 <PublicationThemeProviderDashboard record={record}> 84 - <div className="pubDashWrapper relative w-max h-full flex items-stretch"> 84 + <div className="pubDashWrapper relative w-max h-full flex items-stretch pwa-padding"> 85 85 <div className="flex sm:flex-row flex-col max-h-full h-full"> 86 86 <div 87 87 className="pubDashSidebarWrapper flex justify-end items-start "
+1 -1
components/ThemeManager/PublicationThemeProvider.tsx
··· 82 82 let backgroundImageSize = props.record?.theme?.backgroundImage?.width || 500; 83 83 return ( 84 84 <div 85 - className="PubBackgroundWrapper w-full bg-bg-leaflet text-primary h-full flex flex-col bg-cover bg-center bg-no-repeat items-stretch pwa-padding" 85 + className="PubBackgroundWrapper w-full bg-bg-leaflet text-primary h-full flex flex-col bg-cover bg-center bg-no-repeat items-stretch" 86 86 style={{ 87 87 backgroundImage: `url(${backgroundImage})`, 88 88 backgroundRepeat: backgroundImageRepeat ? "repeat" : "no-repeat",