a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixed issue with page height in posts and pubs

celine 1abe1008 e8a53ca0

+2 -2
+1 -1
app/lish/[did]/[publication]/[rkey]/page.tsx
··· 73 73 } 74 74 return ( 75 75 <ThemeProvider entityID={null}> 76 - <div className="postPage w-full h-screen bg-[#FDFCFA] flex items-stretch"> 76 + <div className="postPage w-full h-full min-h-fit bg-[#FDFCFA] flex items-stretch"> 77 77 <div className="postWrapper flex flex-col w-full "> 78 78 <div className="pub flex flex-col px-3 sm:px-4 py-3 sm:py-9 mx-auto max-w-prose h-full w-full overflow-auto"> 79 79 <div className="pubHeader flex flex-col pb-5">
+1 -1
app/lish/[did]/[publication]/page.tsx
··· 62 62 try { 63 63 return ( 64 64 <ThemeProvider entityID={null}> 65 - <div className="publicationWrapper w-screen h-screen flex place-items-center bg-[#FDFCFA]"> 65 + <div className="publicationWrapper w-screen h-full min-h-fit flex place-items-center bg-[#FDFCFA]"> 66 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">