@@ -409,8 +409,8 @@ export default function Success(props: SuccessProps) {
409
409
</ span >
410
410
< div
411
411
className = { classNames (
412
- "items-center self-center ltr:mr-2 rtl:ml-2 dark:text-gray-50 sm:justify-center " ,
413
- ! props . recurringBookings ? "flex sm:ml-7 " : ""
412
+ "col-span-2 items-center dark:text-gray-50" ,
413
+ ! props . recurringBookings ? "flex" : ""
414
414
) } >
415
415
< button className = "underline" onClick = { ( ) => setIsCancellationMode ( true ) } >
416
416
{ t ( "cancel" ) }
@@ -436,11 +436,11 @@ export default function Success(props: SuccessProps) {
436
436
/>
437
437
) ) }
438
438
{ userIsOwner && ! needsConfirmation && ! isCancellationMode && ! isCancelled && (
439
- < div className = "border-bookinglightest mt-9 flex flex-col border-b pt-2 pb- 4 text-center dark:border-gray-900 sm:mt-0 sm:flex-row sm:pt-4 " >
440
- < span className = "mb-4 flex self-center font-medium text-gray-700 ltr:mr-2 rtl:ml-2 dark:text-gray-50 sm:mb-0 " >
439
+ < div className = "border-bookinglightest text-bookingdark mt-2 grid-cols-3 border-b py- 4 text-left dark:border-gray-900 sm:grid " >
440
+ < span className = "flex self-center font-medium text-gray-700 ltr:mr-2 rtl:ml-2 dark:text-gray-50" >
441
441
{ t ( "add_to_calendar" ) }
442
442
</ span >
443
- < div className = "flex flex-grow justify-center text-center sm:-ml-16 " >
443
+ < div className = "justify-left mt-1 flex flex-grow text-left sm:mt-0 " >
444
444
< Link
445
445
href = {
446
446
`https://calendar.google.com/calendar/r/eventedit?dates=${ date
@@ -457,7 +457,7 @@ export default function Success(props: SuccessProps) {
457
457
encodeURIComponent ( new RRule ( props . eventType . recurringEvent ) . toString ( ) )
458
458
: "" )
459
459
} >
460
- < a className = "mx -2 h-10 w-10 rounded-sm border border-neutral-200 px-3 py-2 dark:border-neutral-700 dark:text-white" >
460
+ < a className = "mr -2 h-10 w-10 rounded-sm border border-neutral-200 px-3 py-2 dark:border-neutral-700 dark:text-white" >
461
461
< svg
462
462
className = "-mt-1.5 inline-block h-4 w-4"
463
463
fill = "currentColor"
0 commit comments