Skip to content

Commit 8b12ca3

Browse files
committed
fix(feed): center tag popover
1 parent e3a80ee commit 8b12ca3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/components/feed/TagFilterPopover.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ export const TagFilterPopover: React.FC<TagFilterPopoverProps> = ({ selectedTags
178178
</PopoverTrigger>
179179
<PopoverContent
180180
className={cn('w-80', !isMobile && 'w-[640px]')}
181-
align="end"
181+
align="center"
182+
sideOffset={8}
182183
{...(isMobile ? { side: 'top' as const, avoidCollisions: false } : {})}
183184
onKeyDown={handleKeyDown}
184185
>

0 commit comments

Comments
 (0)