a tool for shared writing and social publishing

Fix/pwa padding dash (#143)

* fixed?

* added pwa

* bottom padding?

* bottom padding!

authored by cozylittle.house and committed by

GitHub ac146626 cec4471d

+7 -8
+5 -6
app/lish/[did]/[publication]/dashboard/page.tsx
··· 72 72 publication_data={publication} 73 73 > 74 74 <ThemeProvider entityID={null}> 75 + 75 76 <div className="w-screen h-screen flex place-items-center bg-[#FDFCFA]"> 76 - <div className="relative w-max h-full flex sm:flex-row flex-col sm:items-stretch "> 77 + <div className="relative w-max h-full flex sm:flex-row flex-col sm:items-stretch pwa-padding"> 77 78 <div 78 79 className="spacer flex justify-end items-start" 79 80 style={{ width: `calc(50vw - ((var(--page-width-units)/2))` }} ··· 99 100 defaultTab={"Drafts"} 100 101 /> 101 102 </div> 102 - <Media mobile> 103 - <Footer> 104 - <Actions publication={publication.uri} /> 105 - </Footer> 106 - </Media> 103 + <Footer> 104 + <Actions publication={publication.uri} /> 105 + </Footer> 107 106 </div> 108 107 </div> 109 108 </ThemeProvider>
+2 -2
app/lish/[did]/[publication]/page.tsx
··· 62 62 try { 63 63 return ( 64 64 <ThemeProvider entityID={null}> 65 - <div className="publicationWrapper w-screen h-full min-h-fit flex place-items-center bg-[#FDFCFA]"> 66 - <div className="publication max-w-prose w-full mx-auto h-full sm:pt-8 pt-4 px-3 pb-12 sm:pb-8"> 65 + <div className="publicationWrapper pwa-padding w-screen h-full min-h-fit flex place-items-center bg-[#FDFCFA]"> 66 + <div className="publication max-w-prose w-full mx-auto h-full sm:pt-8 pt-4 px-3 pb-12 sm:pb-8 "> 67 67 <div className="flex flex-col pb-8 w-full text-center justify-center "> 68 68 <div className="flex flex-col gap-3 justify-center place-items-center"> 69 69 {record?.icon && (