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 {