adjust graph context menu
This commit is contained in:
parent
64309c53b7
commit
60cd649961
@ -22,12 +22,12 @@ const contextMenuCSS = `
|
|||||||
|
|
||||||
.graph-context-menu ul {
|
.graph-context-menu ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0.5rem 0;
|
padding: 0.25rem 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.graph-context-menu ul li {
|
.graph-context-menu ul li {
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.5rem 0.75rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user