We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98be4f8 commit 1b70888Copy full SHA for 1b70888
1 file changed
invokeai/frontend/web/src/features/gallery/components/BottomGalleryPanel.tsx
@@ -135,7 +135,7 @@ export const BottomGalleryPanel = memo(() => {
135
return (
136
<Flex flexDirection="column" h="full" w="full" minH={0}>
137
{/* Top header bar */}
138
- <Flex sx={HEADER_STYLES_SX} borderBottomWidth={isGalleryPanelCollapsed ? 1 : 0}>
+ <Flex sx={HEADER_STYLES_SX} borderBottomWidth={isGalleryPanelCollapsed ? 0 : 1}>
139
<Button
140
size="sm"
141
variant="ghost"
0 commit comments