mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-21 20:52:12 -03:00
Adjust canvas and panel layout widths
Reduced the right margin of the canvas from 320px to 270px and the panel width from 300px to 250px to optimize space allocation in the UI.
This commit is contained in:
@@ -1077,7 +1077,7 @@ async function createCanvasWidget(node, widget, app) {
|
||||
position: "absolute",
|
||||
top: "60px",
|
||||
left: "10px",
|
||||
right: "320px", // Zostawiamy miejsce na panel warstw
|
||||
right: "270px", // Zostawiamy miejsce na panel warstw
|
||||
bottom: "10px",
|
||||
overflow: "hidden"
|
||||
}
|
||||
@@ -1089,7 +1089,7 @@ async function createCanvasWidget(node, widget, app) {
|
||||
position: "absolute",
|
||||
top: "60px",
|
||||
right: "10px",
|
||||
width: "300px",
|
||||
width: "250px",
|
||||
bottom: "10px",
|
||||
overflow: "hidden"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user