mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-04-17 12:25:16 +02:00
feat(ui): <GalleryImage /> styling
This commit is contained in:
parent
171f2aa20d
commit
3beb9b764a
@ -171,7 +171,7 @@ const GalleryImage = (props: HoverableImageProps) => {
|
||||
borderTopEndRadius="base"
|
||||
borderBottomStartRadius="base"
|
||||
sx={badgeSx}
|
||||
pointerEvents={isSelected ? 'auto': 'none'}
|
||||
pointerEvents="none"
|
||||
>{`${imageDTO.width}x${imageDTO.height}`}</Text>
|
||||
)}
|
||||
<IAIDndImageIcon onClick={toggleStarredState} icon={starIcon} tooltip={starTooltip} />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user