Skip to content

Commit

Permalink
more space for connectable menu
Browse files Browse the repository at this point in the history
  • Loading branch information
georgi committed Jan 12, 2025
1 parent ec0f1ff commit 88951ac
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions web/src/components/context_menus/ConnectableNodes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ const scrollableContentStyles = (theme: any) =>
display: "flex",
alignItems: "center",
margin: "0",
padding: "0.025em",
padding: ".25em",
borderRadius: "3px",
cursor: "pointer",
".node-button": {
padding: ".1em .5em",
padding: ".1em",
flexGrow: 1,
"& .MuiTypography-root": {
fontSize: theme.fontSizeSmall
Expand All @@ -85,6 +85,13 @@ const scrollableContentStyles = (theme: any) =>
backgroundColor: theme.palette.c_gray2,
borderRadius: "3px",
boxShadow: "inset 1px 1px 2px #00000044"
},
".Mui-disabled": {
opacity: 0.7,
color: "white"
},
h4: {
padding: ".25em"
}
});

Expand Down

0 comments on commit 88951ac

Please sign in to comment.