1
0
Fork 0
mirror of https://github.com/lukevella/rallly.git synced 2025-07-23 03:07:25 +02:00

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,