Browse Source

Fixes stash node icon alignment

main
Eric Amodio 2 years ago
parent
commit
d92e2f5042
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/webviews/apps/plus/graph/graph.scss

+ 4
- 0
src/webviews/apps/plus/graph/graph.scss View File

@ -366,3 +366,7 @@ a {
display: none;
}
}
.graph-container .node.stash-node .graph-icon {
transform: translateY(-2px);
}

Loading…
Cancel
Save