Skip to content

Commit 1b70888

Browse files
author
joshistoast
committed
fix(gallery): bottom border condition
1 parent 98be4f8 commit 1b70888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

invokeai/frontend/web/src/features/gallery/components/BottomGalleryPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const BottomGalleryPanel = memo(() => {
135135
return (
136136
<Flex flexDirection="column" h="full" w="full" minH={0}>
137137
{/* Top header bar */}
138-
<Flex sx={HEADER_STYLES_SX} borderBottomWidth={isGalleryPanelCollapsed ? 1 : 0}>
138+
<Flex sx={HEADER_STYLES_SX} borderBottomWidth={isGalleryPanelCollapsed ? 0 : 1}>
139139
<Button
140140
size="sm"
141141
variant="ghost"

0 commit comments

Comments
 (0)