Chore: styles
This commit is contained in:
		| @@ -49,6 +49,15 @@ | ||||
|     {{template "teamlist" .Room.RedTeam}} | ||||
|   </div> | ||||
|   <hr/> | ||||
|   <div class="grid grid-cols-1 md:grid-cols-5 md:gap-4"> | ||||
|     <div hx-get="/actionhistory" hx-trigger="sse:backlog_{{.Room.ID}}" class="md:col-span-1"> | ||||
|       {{template "actionhistory" .Room.ActionHistory}} | ||||
|     </div> | ||||
|     <div id="cardtable" class="md:col-span-3"> | ||||
|       {{template "cardtable" .Room}} | ||||
|     </div> | ||||
|     <div class="hidden md:block md:col-span-1"></div> <!-- Spacer --> | ||||
|   </div> | ||||
|   <div id="systembox" class="overflow-y-auto max-h-96 border-2 border-gray-300 p-4 rounded-lg space-y-2"> | ||||
|     bot thought: <br> | ||||
|     <ul> | ||||
| @@ -57,13 +66,6 @@ | ||||
|     {{end}} | ||||
|     </ul> | ||||
|   </div> | ||||
|   <div hx-get="/actionhistory" hx-trigger="sse:backlog_{{.Room.ID}}"> | ||||
|   {{template "actionhistory" .Room.ActionHistory}} | ||||
|   </div> | ||||
|   <hr/> | ||||
|   <div id="cardtable"> | ||||
|     {{template "cardtable" .Room}} | ||||
|   </div> | ||||
|   <div> | ||||
|     {{if .Room.IsRunning}} | ||||
|     {{if and (eq .State.Role "guesser") (eq .State.Team .Room.TeamTurn)}} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Grail Finder
					Grail Finder