From 60cd6499611571e48246825d049472c2a38ddee7 Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Wed, 24 Sep 2025 12:02:42 +0200 Subject: [PATCH] adjust graph context menu --- static/js/graph.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;