From 78455ca1e61938ec40290635afac95584c640961 Mon Sep 17 00:00:00 2001 From: fixclean Date: Thu, 12 Feb 2026 08:51:39 +0100 Subject: [PATCH] . --- app/assets/css/device-type-edit.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/app/assets/css/device-type-edit.css b/app/assets/css/device-type-edit.css index 4330203..3238da9 100644 --- a/app/assets/css/device-type-edit.css +++ b/app/assets/css/device-type-edit.css @@ -1,5 +1,5 @@ .device-type-edit { - max-width: 800px; + max-width: 1200px; margin: 20px auto; padding: 20px; } @@ -105,7 +105,7 @@ .device-type-edit .shape-editor { display: grid; - grid-template-columns: 180px 1fr 320px; + grid-template-columns: 1fr; gap: 16px; margin-top: 16px; } @@ -145,13 +145,20 @@ flex-wrap: wrap; } -.device-type-edit .shape-editor-canvas { +.device-type-edit .shape-editor-canvas, +.device-type-edit .shape-toolbox, +.device-type-edit .shape-overlay { border: 1px solid #ddd; border-radius: 6px; background: white; padding: 12px; } +.device-type-edit .shape-toolbox, +.device-type-edit .shape-overlay { + width: 100%; +} + .device-type-edit .shape-editor-canvas svg { width: 100%; min-height: 320px;