Skip to content

Commit

Permalink
Now, on phones with a lower resolution, the list menu is displayed in…
Browse files Browse the repository at this point in the history
… full.
  • Loading branch information
RaayNoff committed Sep 4, 2022
1 parent baf533e commit 4bd382c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UI/list/additional/listMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ListMenu: FC<IListMenuProps> = ({
setIsEnabled,
menuPosition,
}) => {
const menuRef = useMenuPositionRef(menuPosition, 150, 15);
const menuRef = useMenuPositionRef(menuPosition, 110, 15);
const [deleteList] = contentApi.useFetchListsDeleteMutation();
const { listDelete } = useActions();
const { shareListToggleOn, editListToggleOn } = useActions();
Expand Down

0 comments on commit 4bd382c

Please sign in to comment.