From cae24310dbdd992cc479b588b7e128b4a9a4be04 Mon Sep 17 00:00:00 2001 From: Dariusz L Date: Wed, 2 Jul 2025 09:25:33 +0200 Subject: [PATCH] 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. --- js/CanvasView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/CanvasView.js b/js/CanvasView.js index 3bd1e77..2d28155 100644 --- a/js/CanvasView.js +++ b/js/CanvasView.js @@ -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" }