mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-27 10:44:43 +08:00
Transform and minor style fixes
This commit is contained in:
@@ -59,6 +59,10 @@ ueb-pin[data-type="exec"] .ueb-pin-name {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ueb-pin-input-wrapper {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
.ueb-pin-input {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
||||
@@ -60,6 +60,10 @@ ueb-pin[data-type="/Script/CoreUObject.Rotator"] {
|
||||
--ueb-pin-color-rgb: var(--ueb-pin-color-rotator);
|
||||
}
|
||||
|
||||
ueb-pin[data-type="/Script/CoreUObject.Transform"] {
|
||||
--ueb-pin-color-rgb: var(--ueb-pin-color-transform);
|
||||
}
|
||||
|
||||
ueb-pin[data-type="/Script/CoreUObject.Vector"] {
|
||||
--ueb-pin-color-rgb: var(--ueb-pin-color-vector);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user