a tool for shared writing and social publishing

add pwa-padding to PubBackgroundWrapper so pub homepage works in pwa

+1 -1
+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" 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" 86 86 style={{ 87 87 backgroundImage: `url(${backgroundImage})`, 88 88 backgroundRepeat: backgroundImageRepeat ? "repeat" : "no-repeat",