adjust graph context menu

This commit is contained in:
overcuriousity 2025-09-24 12:02:42 +02:00
parent 64309c53b7
commit 60cd649961

View File

@ -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;