mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-27 18:54:44 +08:00
Transform and minor style fixes
This commit is contained in:
8
dist/css/ueb-style.css
vendored
8
dist/css/ueb-style.css
vendored
@@ -458,6 +458,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;
|
||||
@@ -590,6 +594,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