diff --git a/public/css/1v1.css b/public/css/1v1.css index 4b36e75..0ff0c36 100644 --- a/public/css/1v1.css +++ b/public/css/1v1.css @@ -538,6 +538,12 @@ body { } /* BEREIT Button */ +#ready-timer-box .bereit-btn { + width: 100%; + margin-top: 4px; + font-size: 15px; + padding: 10px 20px; +} .bereit-btn { background: linear-gradient(135deg, #1a7a1a, #27ae60); border: 2px solid rgba(100, 255, 100, 0.5); @@ -592,14 +598,16 @@ body { background: rgba(0, 0, 0, 0.55); backdrop-filter: blur(2px); cursor: not-allowed; -} - -/* ── Bereit-Timer Box (zentriert im Lock-Overlay) ── */ -#board-lock-overlay { display: flex; align-items: center; justify-content: center; } +#board-lock-overlay #ready-timer-box { + cursor: default; + pointer-events: all; +} + +/* ── Bereit-Timer Box ── */ #ready-timer-box { display: flex; flex-direction: column; diff --git a/views/1v1_spielfeld.ejs b/views/1v1_spielfeld.ejs index 93c4a88..5d7a89c 100644 --- a/views/1v1_spielfeld.ejs +++ b/views/1v1_spielfeld.ejs @@ -35,7 +35,6 @@
-
@@ -54,6 +53,7 @@
⬜ Spieler 1
⬜ Spieler 2
+