From 5fbaab3c118dfdae11ee7f978c7e44942c1efc78 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 19 Nov 2025 12:19:51 +0100 Subject: [PATCH] device state setting fix 17 --- apps/ui/templates/room.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/apps/ui/templates/room.html b/apps/ui/templates/room.html index b629645..f812881 100644 --- a/apps/ui/templates/room.html +++ b/apps/ui/templates/room.html @@ -1,3 +1,18 @@ + @media (max-width: 600px) { + .container { + max-width: 100vw; + padding: 0; + } + .devices-grid { + width: 100vw; + margin-left: -20px; + margin-right: -20px; + } + .device-card { + width: 100%; + margin: 0; + } + }