mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-26 06:45:44 -03:00
Add files via upload
This commit is contained in:
@@ -92,6 +92,26 @@ async function createCanvasWidget(node, widget, app) {
|
||||
.painter-dialog button:hover {
|
||||
background: #606060;
|
||||
}
|
||||
|
||||
.blend-opacity-slider {
|
||||
width: 100%;
|
||||
margin: 5px 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.blend-mode-active .blend-opacity-slider {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.blend-mode-item {
|
||||
padding: 5px;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.blend-mode-item.active {
|
||||
background-color: rgba(0,0,0,0.1);
|
||||
}
|
||||
`;
|
||||
document.head.appendChild(style);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user