fix: composite layer opacity/brightness widgets + CSS layout
Lint & Test / test (push) Successful in 1m7s
Lint & Test / test (push) Successful in 1m7s
- Fix opacity widget empty space (CSS selector .composite-layer-opacity → .composite-layer-opacity-container) - Replace brightness select dropdown with BindableScalarWidget (slider + VS toggle) - Legacy brightness_source_id auto-converted to BindableFloat on load - Add .composite-layer-brightness-container CSS rule
This commit is contained in:
@@ -1980,7 +1980,8 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.composite-layer-opacity {
|
||||
.composite-layer-opacity-container,
|
||||
.composite-layer-brightness-container {
|
||||
flex: 1;
|
||||
min-width: 60px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user