Skip to content

Commit ab9ef65

Browse files
committed
Fix stack separator hitbox so it doesn't cover the block nodes. [skip ci]
1 parent 9ea782e commit ab9ef65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

com.unity.shadergraph/Editor/Resources/Styles/GraphEditorView.uss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@ PropertyControlView {
239239
padding-bottom: 4px;
240240
}
241241

242+
.stack-node {
243+
--separator-extent: 6;
244+
}
245+
242246
/* TEMP STUFF THAT SHOULD ACTUALLY STAY IN GRAPHVIEW */
243247

244248
.unity-Doublefield-input {

0 commit comments

Comments
 (0)