Quick Fix for right gallery button

This commit is contained in:
mickr777 2024-01-13 12:31:59 +11:00 committed by psychedelicious
parent 296c861e7d
commit cc571d9ab2

View File

@ -30,7 +30,7 @@ const NextPrevImageButtons = () => {
pos="absolute" pos="absolute"
top="50%" top="50%"
transform="translate(0, -50%)" transform="translate(0, -50%)"
insetInlineStart={0} insetInlineStart={1}
> >
{!isOnFirstImage && ( {!isOnFirstImage && (
<InvIconButton <InvIconButton
@ -47,7 +47,7 @@ const NextPrevImageButtons = () => {
pos="absolute" pos="absolute"
top="50%" top="50%"
transform="translate(0, -50%)" transform="translate(0, -50%)"
insetInlineEnd={0} insetInlineEnd={6}
> >
{!isOnLastImage && ( {!isOnLastImage && (
<InvIconButton <InvIconButton