More spacing

This commit is contained in:
Ian Philips 2022-08-03 13:34:36 -06:00
parent 32e499da79
commit dff9a50411

View File

@ -201,7 +201,7 @@ export function GroupChatInBubble(props: {
return (
<Col
className={clsx(
'fixed right-0 bottom-[20px] h-screen w-full sm:bottom-[20px] sm:w-2/3 md:right-20 md:w-1/2 lg:right-28 lg:w-1/3 xl:w-1/4',
'fixed right-0 bottom-[20px] h-screen w-full sm:bottom-[20px] sm:right-20 sm:w-2/3 md:w-1/2 lg:right-24 lg:w-1/3 xl:right-32 xl:w-1/4',
shouldShowChat ? 'z-10 bg-white p-2' : ''
)}
>