We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent becd326 commit b6d6ebfCopy full SHA for b6d6ebf
1 file changed
client/src/components/Chat/Menus/Endpoints/CustomMenu.tsx
@@ -63,7 +63,7 @@ export const CustomMenu = React.forwardRef<HTMLDivElement, CustomMenuProps>(func
63
gutter={parent ? -4 : 4}
64
className={cn(
65
`${parent ? 'animate-popover-left ml-3' : 'animate-popover'} outline-none! z-50 flex max-h-[min(450px,var(--popover-available-height))] w-full`,
66
- 'w-[var(--menu-width,auto)] min-w-[300px] flex-col overflow-auto rounded-xl border border-border-light',
+ 'w-[var(--menu-width,auto)] min-w-[200px] flex-col overflow-auto rounded-xl border border-border-light',
67
'bg-surface-secondary px-3 py-2 text-sm text-text-primary shadow-lg',
68
'max-w-[calc(100vw-4rem)] sm:max-h-[calc(65vh)] sm:max-w-[400px]',
69
searchable && 'p-0',
0 commit comments