From 7e04991d644f480aeb15f76ea22107aa534b8aa5 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sat, 8 Nov 2025 16:04:46 +0100 Subject: [PATCH] room cards 2 --- apps/ui/templates/dashboard.html | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/apps/ui/templates/dashboard.html b/apps/ui/templates/dashboard.html index bc26748..dab3397 100644 --- a/apps/ui/templates/dashboard.html +++ b/apps/ui/templates/dashboard.html @@ -80,11 +80,6 @@ gap: 0.75rem; } - .room-title::before { - content: '🏠'; - font-size: 2rem; - } - .devices { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); @@ -539,6 +534,30 @@