mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Quick Fix for right gallery button
This commit is contained in:
committed by
psychedelicious
parent
296c861e7d
commit
cc571d9ab2
@@ -30,7 +30,7 @@ const NextPrevImageButtons = () => {
|
||||
pos="absolute"
|
||||
top="50%"
|
||||
transform="translate(0, -50%)"
|
||||
insetInlineStart={0}
|
||||
insetInlineStart={1}
|
||||
>
|
||||
{!isOnFirstImage && (
|
||||
<InvIconButton
|
||||
@@ -47,7 +47,7 @@ const NextPrevImageButtons = () => {
|
||||
pos="absolute"
|
||||
top="50%"
|
||||
transform="translate(0, -50%)"
|
||||
insetInlineEnd={0}
|
||||
insetInlineEnd={6}
|
||||
>
|
||||
{!isOnLastImage && (
|
||||
<InvIconButton
|
||||
|
||||
Reference in New Issue
Block a user