From 6951ec0535658c3c7cf1a3fd51d4b2221f621159 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sun, 13 Jul 2025 12:45:55 +0300 Subject: [PATCH] Chore: styles --- components/room.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/components/room.html b/components/room.html index e3dd763..9704937 100644 --- a/components/room.html +++ b/components/room.html @@ -1,6 +1,7 @@ {{define "room"}}
-
+
+

Hello {{.State.Username}};

Room created by {{.Room.CreatorName}};

Room link:

@@ -16,13 +17,13 @@ {{end}}

{{if eq .State.Team ""}} - join the team! + you don't have a role! join the team -> {{else}} you're on the team {{.State.Team}}! {{end}}

-
+
{{if .Room.IsRunning}}

Turn of the {{.Room.TeamTurn}} team

{{template "turntimer" .Room}} @@ -48,6 +49,8 @@ {{template "teamlist" .Room.RedTeam}}
+
+