0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Tiny tweak to broken button placement

This commit is contained in:
James Morris 2022-07-07 16:28:13 +02:00
parent 301a129665
commit 6df89902c1

View file

@ -66,7 +66,7 @@ const AddForm = (props) => {
placeholder='Join the discussion'
/>
<button
className={`transition-[opacity] duration-150 absolute -right-[9px] bottom-[2px] rounded-md border py-3 px-4 font-sans text-sm text-center bg-black font-semibold text-white dark:bg-[rgba(255,255,255,0.8)] dark:text-neutral-800`}
className={`transition-[opacity] duration-150 absolute -right-[9px] bottom-2 rounded-md border py-3 px-4 font-sans text-sm text-center bg-black font-semibold text-white dark:bg-[rgba(255,255,255,0.8)] dark:text-neutral-800`}
type="submit">
Add comment
</button>