mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Fix input wrap
This commit is contained in:
11
dist/css/ueb-style.css
vendored
11
dist/css/ueb-style.css
vendored
@@ -392,11 +392,15 @@ ueb-node[data-pure-function=true] .ueb-node-name-symbol {
|
||||
|
||||
.ueb-node-content {
|
||||
display: flex;
|
||||
padding: 6px 0 2px 0;
|
||||
padding: 2px 0;
|
||||
font-weight: 100;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ueb-node-style-default .ueb-node-content {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.ueb-node-has-inputs .ueb-node-inputs {
|
||||
padding-left: 8px;
|
||||
}
|
||||
@@ -457,6 +461,7 @@ ueb-node[data-advanced-display=Shown] .ueb-node-expansion > svg {
|
||||
ueb-node.ueb-node-style-glass .ueb-node-wrapper,
|
||||
ueb-node.ueb-node-style-glass .ueb-node-border,
|
||||
ueb-node.ueb-node-style-glass {
|
||||
min-width: 128px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
@@ -583,6 +588,10 @@ ueb-pin {
|
||||
min-height: 30px;
|
||||
}
|
||||
|
||||
ueb-pin.ueb-pin-input-wrap .ueb-pin-input {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ueb-node-top ueb-pin {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user