Constant Material nodes added

This commit is contained in:
barsdeveloper
2023-05-06 18:38:29 +02:00
parent 90f19e1bca
commit f7abd7ff6e
25 changed files with 563 additions and 177 deletions

View File

@@ -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;

View File

@@ -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%);
}