Skip to content

Commit 021e108

Browse files
iTris666julienf-unity
authored andcommitted
e3ba0e6 - Missing or incorrect unit in uss.
1 parent b06e41f commit 021e108

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

com.unity.visualeffectgraph/Editor Default Resources/uss/PropertyRM.uss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,11 @@ Matrix4x4PropertyRM.propertyrm VFXMatrix4x4Field
277277
{
278278
flex:0 0 auto;
279279
}
280+
281+
.ListPropertyRM > .ReorderableList
282+
{
283+
margin-top:4px;
284+
margin-left:4px;
285+
margin-right:4px;
286+
flex:1 1 auto;
287+
}

com.unity.visualeffectgraph/Editor Default Resources/uss/VFXBlackboard.uss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ VFXBlackboard.blackboard
99
{
1010
background-color: #2b2b2b;
1111
border-color: #191919;
12-
margin-left:6 px;
13-
margin-right:6 px;
14-
margin-top:6 px;
15-
margin-bottom:6 px;
12+
margin-left:6px;
13+
margin-right:6px;
14+
margin-top:6px;
15+
margin-bottom:6px;
1616
border-radius: 5px;
1717
}
1818

0 commit comments

Comments
 (0)