gradient-test #4

Merged
mstoeck3 merged 6 commits from gradient-test into main 2025-09-24 11:16:26 +00:00
Showing only changes of commit 60cd649961 - Show all commits

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;