mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
ui: slightly reposition floating bars.
This commit is contained in:
committed by
psychedelicious
parent
6460dcc7e0
commit
83fbd4bdf2
@@ -25,7 +25,7 @@ const FloatingGalleryButton = (props: Props) => {
|
|||||||
transform="translate(0, -50%)"
|
transform="translate(0, -50%)"
|
||||||
minW={8}
|
minW={8}
|
||||||
top="50%"
|
top="50%"
|
||||||
insetInlineEnd={0}
|
insetInlineEnd="21px"
|
||||||
>
|
>
|
||||||
<InvTooltip
|
<InvTooltip
|
||||||
label={t('accessibility.showGalleryPanel')}
|
label={t('accessibility.showGalleryPanel')}
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ const FloatingSidePanelButtons = (props: Props) => {
|
|||||||
transform="translate(0, -50%)"
|
transform="translate(0, -50%)"
|
||||||
minW={8}
|
minW={8}
|
||||||
top="50%"
|
top="50%"
|
||||||
insetInlineStart="54px"
|
insetInlineStart="63px"
|
||||||
direction="column"
|
direction="column"
|
||||||
gap={2}
|
gap={2}
|
||||||
h={48}
|
h={48}
|
||||||
|
|||||||
Reference in New Issue
Block a user