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';