0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Little tweak to button size on mobile for comments

no issue
This commit is contained in:
James Morris 2022-08-04 13:14:16 +01:00 committed by Simon Backx
parent d88b2e582d
commit 1ab2787495

View file

@ -378,7 +378,7 @@ const Form = (props) => {
<button type="button" onClick={props.close} className="font-sans text-sm font-medium ml-2.5 text-neutral-500 dark:text-neutral-400">Cancel</button>}
<button
className={`
flex items-center justify-center w-32 h-[39px]
flex items-center justify-center w-auto sm:w-32 h-[39px]
transition-[opacity] duration-150
bg-neutral-900 dark:bg-[rgba(255,255,255,0.9)]
rounded-[6px] border