mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:41:34 +08:00
Constant Material nodes added
This commit is contained in:
7
dist/css/ueb-style.css
vendored
7
dist/css/ueb-style.css
vendored
@@ -795,7 +795,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;
|
||||
@@ -1121,6 +1122,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