From 0a0edd2b5bf62594bce917ec4c5c6e70c73b7d6f Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 28 Nov 2025 08:49:09 +0100 Subject: [PATCH] garaga page 18 --- apps/ui/templates/garage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ui/templates/garage.html b/apps/ui/templates/garage.html index 50de425..3eac5b4 100644 --- a/apps/ui/templates/garage.html +++ b/apps/ui/templates/garage.html @@ -372,7 +372,7 @@ function renderOutletControls(container, device) { const controlGroup = document.createElement('div'); controlGroup.style.textAlign = 'center'; - controlGroup.style.marginBottom = '8px'; + // controlGroup.style.marginBottom = '8px'; const state = deviceStates[device.device_id]; const currentPower = state?.power === 'on';