From b053912d9c56115d9273b318c3d53360b65e79b7 Mon Sep 17 00:00:00 2001 From: emilis Date: Tue, 18 Nov 2025 16:28:34 +0000 Subject: [PATCH] fix: height limit for role reveal on mobile --- werewolves/index.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/werewolves/index.scss b/werewolves/index.scss index 3c2821d..2be9fc2 100644 --- a/werewolves/index.scss +++ b/werewolves/index.scss @@ -677,7 +677,7 @@ clients { align-content: center; gap: 10px; - max-height: 100vh; + height: var(--role-reveal-cards-height); } .role-reveal-card { @@ -2104,11 +2104,13 @@ li.choice { :root.big-screen { --information-height: 75vh; --target-picker-height: 100%; + --role-reveal-cards-height: 100vh; } :root:not(.big-screen) { --information-height: auto; --target-picker-height: auto; + --role-reveal-cards-height: auto; } .information {