From 39ef9f039f1cd73253f2ecb399f273242ac751f7 Mon Sep 17 00:00:00 2001 From: Christophe Date: Sun, 12 Apr 2026 17:43:32 +0200 Subject: [PATCH] =?UTF-8?q?Force=20l'=C3=A9tirement=20vertical=20du=20chro?= =?UTF-8?q?no=20mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/styles.css b/styles.css index 49073b5..8fc3abd 100644 --- a/styles.css +++ b/styles.css @@ -2047,11 +2047,22 @@ textarea:focus { } body[data-page="chrono"] .faceoff-board { + height: 100%; + min-height: 0; + align-self: stretch; gap: 0.35rem; } + body[data-page="chrono"] .player-zone { + display: flex; + min-height: 0; + } + body[data-page="chrono"] .zone-inner { + flex: 1 1 auto; grid-template-rows: auto minmax(0, 1fr); + min-height: 0; + height: auto; padding: 0.5rem; gap: 0.4rem; border-radius: 20px;