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:
Dariusz L
2025-07-02 09:25:33 +02:00
parent 7d8fd30bbf
commit cae24310db

View File

@@ -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"
}