Return defeated parties to dormant state

This commit is contained in:
2026-08-17 20:49:04 -07:00
parent e24b1b4a3f
commit db19a89957
10 changed files with 67 additions and 66 deletions
+1
View File
@@ -33,6 +33,7 @@ h2 { font: 700 18px/1.2 system-ui; }
.game-head, .log-head { display: flex; align-items: center; justify-content: space-between; }
.phase { padding: 6px 10px; border: 1px solid var(--gold); color: var(--gold); border-radius: 2px; text-transform: uppercase; font-size: 12px; }
#banner { position: absolute; z-index: 3; inset: 45% auto auto 50%; transform: translate(-50%, -50%); padding: 16px 22px; background: #111e; border: 1px solid var(--gold); box-shadow: 0 0 40px #000; text-align: center; color: var(--gold); font-weight: bold; white-space: nowrap; }
#banner .banner-note { display: block; margin-top: 6px; color: #fff; font-size: .78em; font-weight: 600; }
#map { flex: 1; display: grid; align-content: center; justify-content: center; margin: 12px 0; min-height: 0; }
.tile { width: min(3.6vw, 42px); aspect-ratio: 1; border: 1px solid #222; display: grid; place-items: center; position: relative; font-size: min(1.6vw, 18px); }
.tile.wall { background: var(--wall); box-shadow: inset 0 0 0 2px #1b1f21; }