mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Quick Fix for right gallery button
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user