From ef3b1177d25aa585d27be58b8f810e7587114a17 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 14 Nov 2025 14:18:59 +0100 Subject: [PATCH] fix 4 --- apps/ui/templates/dashboard.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/ui/templates/dashboard.html b/apps/ui/templates/dashboard.html index 3b14b6e..7c9ebd4 100644 --- a/apps/ui/templates/dashboard.html +++ b/apps/ui/templates/dashboard.html @@ -166,6 +166,12 @@ margin: 0; } + .room-title h2 { + font-size: 1.5rem; + font-weight: 700; + margin: 0; + } + .room-toggle { font-size: 1.5rem; color: #667eea;