mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 11:37:33 +08:00
Constant Material nodes added
This commit is contained in:
@@ -227,7 +227,8 @@ ueb-dropdown.ueb-pin-input {
|
||||
|
||||
ueb-dropdown.ueb-pin-input select {
|
||||
padding: 6px;
|
||||
width: 170px;
|
||||
min-width: 170px;
|
||||
max-width: 400px;
|
||||
background: none;
|
||||
font-size: 10px;
|
||||
letter-spacing: -0.2px;
|
||||
|
||||
@@ -174,6 +174,10 @@ ueb-ui-slider {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
ueb-ui-slider {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.ueb-color-picker-r .ueb-horizontal-slider>ueb-ui-slider {
|
||||
width: calc(var(--ueb-color-r) * 100%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user