Skip to content

Commit a2291ef

Browse files
feat(ui): minor notifications layout tweaks
1 parent c329fe6 commit a2291ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

invokeai/frontend/web/src/features/ui/components/Notifications.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
IconButton,
55
Image,
66
Popover,
7+
PopoverArrow,
78
PopoverBody,
89
PopoverContent,
910
PopoverHeader,
@@ -56,8 +57,8 @@ export const Notifications = () => {
5657
)}
5758
</Flex>
5859
</PopoverTrigger>
59-
<PopoverContent>
60-
<PopoverCloseButton />
60+
<PopoverContent p={2}>
61+
<PopoverArrow />
6162
<PopoverHeader fontSize="md" fontWeight="semibold">
6263
<Flex alignItems="center" gap={3}>
6364
<Image src={InvokeSymbol} boxSize={6} />

0 commit comments

Comments
 (0)