From d09caa9d923714633ba4f667ce5be8ee7511b6bf Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 19 Nov 2025 12:09:45 +0100 Subject: [PATCH] device state setting fix 15 --- apps/ui/templates/room.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/ui/templates/room.html b/apps/ui/templates/room.html index bdb9d30..0ef6cfb 100644 --- a/apps/ui/templates/room.html +++ b/apps/ui/templates/room.html @@ -88,6 +88,9 @@ flex-direction: column; text-decoration: none; color: inherit; + width: 100%; + max-width: 320px; + margin: 0 auto; } .device-card:hover {