Compare commits

..

No commits in common. "fff3c5e36666e631fdedf12af6b3abdad35e2474" and "9b19b515813a77e55032224a5da99fac7cdc5747" have entirely different histories.

2 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View File

@ -6,4 +6,3 @@ werewolves-saves/
werewolves/img/icons.svg werewolves/img/icons.svg
license_headers.fish license_headers.fish
util/ util/
werewolves/Trunk-local.toml

View File

@ -1054,7 +1054,7 @@ input {
width: 100%; width: 100%;
align-items: center; align-items: center;
color: white; color: white;
height: var(--target-picker-height); height: 100%;
justify-content: center; justify-content: center;
$marked_bg: color.change($wolves_color, $alpha: 0.3); $marked_bg: color.change($wolves_color, $alpha: 0.3);
$marked_border: color.change($wolves_color, $alpha: 1.0); $marked_border: color.change($wolves_color, $alpha: 1.0);
@ -2116,12 +2116,10 @@ li.choice {
:root.big-screen { :root.big-screen {
--information-height: 75vh; --information-height: 75vh;
--target-picker-height: 100%;
} }
:root:not(.big-screen) { :root:not(.big-screen) {
--information-height: auto; --information-height: auto;
--target-picker-height: auto;
} }
.information { .information {