Skip to content

Commit e3ba0e6

Browse files
committed
Missing or incorrect unit in uss.
1 parent cfdda19 commit e3ba0e6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ Matrix4x4PropertyRM.propertyrm VFXMatrix4x4Field
280280

281281
.ListPropertyRM > .ReorderableList
282282
{
283-
margin-top:4;
284-
margin-left:4;
285-
margin-right:4;
283+
margin-top:4px;
284+
margin-left:4px;
285+
margin-right:4px;
286286
flex:1 1 auto;
287287
}

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)