diff --git a/static/js/graph.js b/static/js/graph.js index b315302..31e1073 100644 --- a/static/js/graph.js +++ b/static/js/graph.js @@ -22,12 +22,12 @@ const contextMenuCSS = ` .graph-context-menu ul { list-style: none; - padding: 0.5rem 0; + padding: 0.25rem 0; margin: 0; } .graph-context-menu ul li { - padding: 0.75rem 1rem; + padding: 0.5rem 0.75rem; cursor: pointer; transition: all 0.2s ease; display: flex;