a tool for shared writing and social publishing

tiny lil teaks to create pub form

+7 -3
+1 -1
app/lish/createPub/CreatePubForm.tsx
··· 139 139 </Checkbox> 140 140 <hr className="border-border-light" /> 141 141 142 - <div className="flex w-full justify-center"> 142 + <div className="flex w-full justify-end"> 143 143 <ButtonPrimary 144 144 type="submit" 145 145 disabled={
+5 -1
app/lish/createPub/UpdatePubForm.tsx
··· 171 171 </a> 172 172 </p> 173 173 <p className="text-xs text-tertiary font-normal"> 174 - This publication will appear on our public Discover page 174 + Your posts will appear on our{" "} 175 + <a href="/discover" target="_blank"> 176 + Discover 177 + </a>{" "} 178 + page. You can change this at any time! 175 179 </p> 176 180 </div> 177 181 </Checkbox>
+1 -1
app/lish/createPub/page.tsx
··· 26 26 <div className="createPubContent h-full flex items-center max-w-sm w-full mx-auto"> 27 27 <div className="createPubFormWrapper h-fit w-full flex flex-col gap-4"> 28 28 <h2 className="text-center">Create Your Publication!</h2> 29 - <div className="container w-full p-3"> 29 + <div className="opaque-container w-full sm:py-4 p-3"> 30 30 <CreatePubForm /> 31 31 </div> 32 32 </div>