Reduce minimum sidebar width

This commit is contained in:
Luke Vella 2022-04-15 19:22:39 +01:00
parent e032f6f993
commit 2e349eb4e5

View file

@ -71,7 +71,7 @@ export const ControlledScrollDiv: React.VoidFunctionComponent<{
); );
}; };
const minSidebarWidth = 200; const minSidebarWidth = 150;
const Poll: React.VoidFunctionComponent<PollProps> = ({ const Poll: React.VoidFunctionComponent<PollProps> = ({
pollId, pollId,